You need to sign in or sign up before continuing.
Unverified Commit b8a8fbc9 authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

Update PyTorch version in android workflow (#4202)

parent d62c1df3
...@@ -15,7 +15,7 @@ allprojects { ...@@ -15,7 +15,7 @@ allprojects {
androidSupportAppCompatV7Version = "28.0.0" androidSupportAppCompatV7Version = "28.0.0"
fbjniJavaOnlyVersion = "0.0.3" fbjniJavaOnlyVersion = "0.0.3"
soLoaderNativeLoaderVersion = "0.8.0" soLoaderNativeLoaderVersion = "0.8.0"
pytorchAndroidVersion = "1.9.0-SNAPSHOT" pytorchAndroidVersion = "1.10.0-SNAPSHOT"
} }
repositories { repositories {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment