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.
1 parent 67681a7 commit 67b2528Copy full SHA for 67b2528
android/test_app/app/build.gradle
@@ -69,9 +69,6 @@ android {
69
aar {
70
dimension "build"
71
}
72
- nightly {
73
- dimension "build"
74
- }
75
local {
76
77
@@ -106,7 +103,6 @@ dependencies {
106
103
107
104
implementation 'org.pytorch:pytorch_android:1.8.0-SNAPSHOT'
108
105
implementation 'org.pytorch:pytorch_android_torchvision:1.8.0-SNAPSHOT'
109
- implementation 'org.pytorch:torchvision_ops:0.0.1-SNAPSHOT'
110
111
aarImplementation(name: 'pytorch_android-release', ext: 'aar')
112
aarImplementation(name: 'pytorch_android_torchvision-release', ext: 'aar')
0 commit comments