File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ $ADB_PATH wait-for-device shell 'while [[ -z $(getprop sys.boot_completed) ]]; d
1818echo " List all running emulators"
1919$ADB_PATH devices
2020
21+ adb uninstall com.example.executorchllamademo || true
22+ adb uninstall com.example.executorchllamademo.test || true
2123adb install -t app-debug.apk
2224adb install -t app-debug-androidTest.apk
2325
@@ -26,6 +28,8 @@ adb push model.pte /data/local/tmp/llama
2628adb push tokenizer.bin /data/local/tmp/llama
2729adb shell am instrument -w -r com.example.executorchllamademo.test/androidx.test.runner.AndroidJUnitRunner
2830
31+ adb uninstall org.pytorch.executorch || true
32+ adb uninstall org.pytorch.executorch.test || true
2933adb install -t android-test-debug.apk
3034adb install -t android-test-debug-androidTest.apk
3135
You can’t perform that action at this time.
0 commit comments