From 5b344afab8e4421b4a227b44f0013d9e68a66f1b Mon Sep 17 00:00:00 2001 From: Jagadeesh J Date: Fri, 13 Jan 2023 23:03:58 +0530 Subject: [PATCH] bump pytorch 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..eaf5b97 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