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