We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
binary_libtorchvision_ops_android
1 parent 550d0b5 commit 0cac420Copy full SHA for 0cac420
android/build.gradle
@@ -15,7 +15,7 @@ allprojects {
15
androidSupportAppCompatV7Version = "28.0.0"
16
fbjniJavaOnlyVersion = "0.0.3"
17
soLoaderNativeLoaderVersion = "0.8.0"
18
- pytorchAndroidVersion = "1.10.0-SNAPSHOT"
+ pytorchAndroidVersion = "1.10.0"
19
}
20
21
repositories {
android/ops/CMakeLists.txt
@@ -35,7 +35,7 @@ target_compile_options(${TARGET} PRIVATE
35
36
set(BUILD_SUBDIR ${ANDROID_ABI})
37
38
-find_library(PYTORCH_LIBRARY pytorch_jni_lite
+find_library(PYTORCH_LIBRARY pytorch_jni
39
PATHS ${PYTORCH_LINK_DIRS}
40
NO_CMAKE_FIND_ROOT_PATH)
41
0 commit comments