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 54d4be7 commit 4e2106aCopy full SHA for 4e2106a
build/run_android_emulator.sh
@@ -19,6 +19,7 @@ echo "List all running emulators"
19
$ADB_PATH devices
20
21
adb uninstall com.example.executorchllamademo || true
22
+adb uninstall com.example.executorchllamademo.test || true
23
adb install -t app-debug.apk
24
adb install -t app-debug-androidTest.apk
25
@@ -27,6 +28,8 @@ adb push model.pte /data/local/tmp/llama
27
28
adb push tokenizer.bin /data/local/tmp/llama
29
adb shell am instrument -w -r com.example.executorchllamademo.test/androidx.test.runner.AndroidJUnitRunner
30
31
+adb uninstall org.pytorch.executorch || true
32
+adb uninstall org.pytorch.executorch.test || true
33
adb install -t android-test-debug.apk
34
adb install -t android-test-debug-androidTest.apk
35
0 commit comments