Skip to content

Commit cf70e81

Browse files
committed
Upgrade
1 parent 9685876 commit cf70e81

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

llm/android/LlamaDemo/app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,14 +268,14 @@ dependencies {
268268
if (useLocalAar == true) {
269269
implementation(files("libs/executorch.aar"))
270270
} else {
271-
implementation("org.pytorch:executorch-android:1.0.1")
271+
implementation("org.pytorch:executorch-android:1.1.0")
272272
// https://mvnrepository.com/artifact/org.pytorch/executorch-android-qnn
273273
// Uncomment this to enable QNN
274-
// implementation("org.pytorch:executorch-android-qnn:1.0.1")
274+
// implementation("org.pytorch:executorch-android-qnn:1.1.0")
275275

276276
// https://mvnrepository.com/artifact/org.pytorch/executorch-android-vulkan
277277
// uncomment to enable vulkan
278-
// implementation("org.pytorch:executorch-android-vulkan:1.0.1")
278+
// implementation("org.pytorch:executorch-android-vulkan:1.1.0")
279279
}
280280
implementation("com.google.android.material:material:1.12.0")
281281
implementation("androidx.activity:activity:1.9.0")

0 commit comments

Comments
 (0)