Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
f676f940
Unverified
Commit
f676f940
authored
Nov 12, 2021
by
Vasilis Vryniotis
Committed by
GitHub
Nov 12, 2021
Browse files
Switch Android app to pytorch_android stable. (#4926)
parent
0fa747ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
android/build.gradle
android/build.gradle
+1
-1
android/ops/CMakeLists.txt
android/ops/CMakeLists.txt
+1
-1
No files found.
android/build.gradle
View file @
f676f940
...
...
@@ -15,7 +15,7 @@ allprojects {
androidSupportAppCompatV7Version
=
"28.0.0"
fbjniJavaOnlyVersion
=
"0.0.3"
soLoaderNativeLoaderVersion
=
"0.8.0"
pytorchAndroidVersion
=
"1.1
1
.0
-SNAPSHOT
"
pytorchAndroidVersion
=
"1.1
0
.0"
}
repositories
{
...
...
android/ops/CMakeLists.txt
View file @
f676f940
...
...
@@ -35,7 +35,7 @@ target_compile_options(${TARGET} PRIVATE
set
(
BUILD_SUBDIR
${
ANDROID_ABI
}
)
find_library
(
PYTORCH_LIBRARY pytorch_jni
_lite
find_library
(
PYTORCH_LIBRARY pytorch_jni
PATHS
${
PYTORCH_LINK_DIRS
}
NO_CMAKE_FIND_ROOT_PATH
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment