From f8c2df5596f23ee9a5235f9de978be1b2a521a2a Mon Sep 17 00:00:00 2001 From: Jagadeesh J Date: Thu, 5 Jan 2023 00:35:19 +0530 Subject: [PATCH] Bump Pytorch lib to 1.13.0 Signed-off-by: Jagadeesh J --- ImageSegmentation/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ImageSegmentation/Podfile b/ImageSegmentation/Podfile index 691aae5..e5f187e 100644 --- a/ImageSegmentation/Podfile +++ b/ImageSegmentation/Podfile @@ -6,5 +6,5 @@ target 'ImageSegmentation' do use_frameworks! # Pods for ImageSegmentation - pod 'LibTorch', '~>1.10.0' + pod 'LibTorch', '~>1.13.0' end