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
18
18
echo " List all running emulators"
19
19
$ADB_PATH devices
20
20
21
+ adb uninstall com.example.executorchllamademo || true
22
+ adb uninstall com.example.executorchllamademo.test || true
21
23
adb install -t app-debug.apk
22
24
adb install -t app-debug-androidTest.apk
23
25
@@ -26,6 +28,8 @@ adb push model.pte /data/local/tmp/llama
26
28
adb push tokenizer.bin /data/local/tmp/llama
27
29
adb shell am instrument -w -r com.example.executorchllamademo.test/androidx.test.runner.AndroidJUnitRunner
28
30
31
+ adb uninstall org.pytorch.executorch || true
32
+ adb uninstall org.pytorch.executorch.test || true
29
33
adb install -t android-test-debug.apk
30
34
adb install -t android-test-debug-androidTest.apk
31
35
You can’t perform that action at this time.
0 commit comments