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