Unverified Commit f676f940 authored by Vasilis Vryniotis's avatar Vasilis Vryniotis Committed by GitHub
Browse files

Switch Android app to pytorch_android stable. (#4926)

parent 0fa747ee
...@@ -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.11.0-SNAPSHOT" pytorchAndroidVersion = "1.10.0"
} }
repositories { repositories {
......
...@@ -35,7 +35,7 @@ target_compile_options(${TARGET} PRIVATE ...@@ -35,7 +35,7 @@ target_compile_options(${TARGET} PRIVATE
set(BUILD_SUBDIR ${ANDROID_ABI}) set(BUILD_SUBDIR ${ANDROID_ABI})
find_library(PYTORCH_LIBRARY pytorch_jni_lite find_library(PYTORCH_LIBRARY pytorch_jni
PATHS ${PYTORCH_LINK_DIRS} PATHS ${PYTORCH_LINK_DIRS}
NO_CMAKE_FIND_ROOT_PATH) NO_CMAKE_FIND_ROOT_PATH)
......
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