Skip to content

Commit ddeeab7

Browse files
committed
Run emu
1 parent 3f66ec3 commit ddeeab7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/_android.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
6060
# Running Android emulator directly on the runner and not using Docker
6161
run-emulator:
62-
needs: build-llm-demo
6362
# NB: Use metal install for KVM support to run the emulator faster
6463
runs-on: linux.24xl.spr-metal
6564
env:
@@ -99,10 +98,10 @@ jobs:
9998
shell: bash
10099
run: |
101100
set -eux
102-
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/llm_demo/app-debug.apk
103-
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/llm_demo/app-debug-androidTest.apk
104-
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/fp32-xnnpack-custom/model.zip
105-
curl -o android-test-debug-androidTest.apk https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/library_test_dir/executorch_android-debug-androidTest.apk
101+
curl -O https://gha-artifacts.s3.amazonaws.com/pytorch/executorch/14456045058/artifacts/llm_demo/app-debug.apk
102+
curl -O https://gha-artifacts.s3.amazonaws.com/pytorch/executorch/14456045058/artifacts/llm_demo/app-debug-androidTest.apk
103+
curl -O https://gha-artifacts.s3.amazonaws.com/pytorch/executorch/14456045058/artifacts/fp32-xnnpack-custom/model.zip
104+
curl -o android-test-debug-androidTest.apk https://gha-artifacts.s3.amazonaws.com/pytorch/executorch/14456045058/artifacts/library_test_dir/executorch_android-debug-androidTest.apk
106105
unzip model.zip
107106
mv *.pte model.pte
108107

0 commit comments

Comments
 (0)