File tree Expand file tree Collapse file tree
llm/android/LlamaDemo/app Expand file tree Collapse file tree Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments