From 0c3e481d5b516a5b823f20ba34a2c16cebeed183 Mon Sep 17 00:00:00 2001 From: Jagadeesh J Date: Thu, 5 Jan 2023 00:38:28 +0530 Subject: [PATCH] Bump Pytorch lib to 1.13.0 Signed-off-by: Jagadeesh J --- SpeechRecognition/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpeechRecognition/Podfile b/SpeechRecognition/Podfile index 715d73f..7dd8850 100644 --- a/SpeechRecognition/Podfile +++ b/SpeechRecognition/Podfile @@ -6,5 +6,5 @@ target 'SpeechRecognition' do use_frameworks! # Pods for SpeechRecognition - pod 'LibTorch-Lite', '~>1.10.0' + pod 'LibTorch-Lite', '~>1.13.0' end