From abf787888850269e49d7f24bf03f8acb7e47a317 Mon Sep 17 00:00:00 2001 From: Suyash Joshi Date: Sun, 25 Oct 2020 13:49:22 -0700 Subject: [PATCH] [version bump] 1.6.0 Updated PyTorch Android and TorchVision dependency vision to 1.6.0 that fixed the runtime error for this example regarding the model version. --- HelloWorldApp/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HelloWorldApp/app/build.gradle b/HelloWorldApp/app/build.gradle index d385d700..6c0976d9 100644 --- a/HelloWorldApp/app/build.gradle +++ b/HelloWorldApp/app/build.gradle @@ -23,6 +23,6 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'org.pytorch:pytorch_android:1.4.0' - implementation 'org.pytorch:pytorch_android_torchvision:1.4.0' + implementation 'org.pytorch:pytorch_android:1.6.0' + implementation 'org.pytorch:pytorch_android_torchvision:1.6.0' }