From cae361576416f3cb53334ca981a206f7dcefc598 Mon Sep 17 00:00:00 2001 From: Jagadeesh J Date: Thu, 5 Jan 2023 00:34:31 +0530 Subject: [PATCH] Bump Pytorch lib to 1.13.0 Signed-off-by: Jagadeesh J --- D2Go/Podfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/D2Go/Podfile b/D2Go/Podfile index 548b992..41f23c1 100644 --- a/D2Go/Podfile +++ b/D2Go/Podfile @@ -4,7 +4,7 @@ target 'D2Go' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks! - pod 'LibTorch-Lite', '~>1.9.0' - pod 'LibTorchvision', '0.10.0' + pod 'LibTorch-Lite', '~>1.13.0' + pod 'LibTorchvision', '~>0.11.1' end