From 6380ee44bfd2067b49d4ea748a645a55b33bb3d1 Mon Sep 17 00:00:00 2001 From: Jagadeesh J Date: Thu, 5 Jan 2023 00:37:18 +0530 Subject: [PATCH] Bump Pytorch lib to 1.13.0 Signed-off-by: Jagadeesh J --- QuestionAnswering/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QuestionAnswering/Podfile b/QuestionAnswering/Podfile index 36eaaa9..940b8f9 100644 --- a/QuestionAnswering/Podfile +++ b/QuestionAnswering/Podfile @@ -6,5 +6,5 @@ target 'QuestionAnswering' do use_frameworks! # Pods for QuestionAnswering - pod 'LibTorch-Lite', '~>1.10.0' + pod 'LibTorch-Lite', '~>1.13.0' end