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 2a9b550 commit 5cf3a1fCopy full SHA for 5cf3a1f
dl3/android/DeepLabV3Demo/app/build.gradle.kts
@@ -44,7 +44,7 @@ android {
44
dependencies {
45
implementation("androidx.appcompat:appcompat:1.7.0")
46
implementation("androidx.constraintlayout:constraintlayout:2.2.0")
47
- implementation("org.pytorch:executorch-android:0.5.1")
+ implementation("org.pytorch:executorch-android:0.6.0-rc3")
48
testImplementation("junit:junit:4.13.2")
49
androidTestImplementation("androidx.test.ext:junit:1.1.5")
50
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
0 commit comments