From 5f123f689c8b872c1974742ce2ef931353a03488 Mon Sep 17 00:00:00 2001 From: Jagadeesh J Date: Thu, 5 Jan 2023 00:37:56 +0530 Subject: [PATCH] Bump Pytorch lib to 1.13.0 Signed-off-by: Jagadeesh J --- Seq2SeqNMT/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Seq2SeqNMT/Podfile b/Seq2SeqNMT/Podfile index 7b09eef..9f2713a 100644 --- a/Seq2SeqNMT/Podfile +++ b/Seq2SeqNMT/Podfile @@ -1,4 +1,4 @@ platform :ios, '12.0' target 'Seq2SeqNMT' do - pod 'LibTorch-Lite', '~>1.10.0' + pod 'LibTorch-Lite', '~>1.13.0' end