Skip to content

Commit d4f1654

Browse files
committed
Ready
1 parent 4a11acd commit d4f1654

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/_android.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
6060
# Running Android emulator directly on the runner and not using Docker
6161
run-emulator:
62+
needs: build-llm-demo
6263
# NB: Use metal install for KVM support to run the emulator faster
6364
runs-on: linux.24xl.spr-metal
6465
env:
@@ -98,10 +99,10 @@ jobs:
9899
shell: bash
99100
run: |
100101
set -eux
101-
curl -O https://gha-artifacts.s3.amazonaws.com/pytorch/executorch/14413548251/artifacts/llm_demo/app-debug.apk
102-
curl -O https://gha-artifacts.s3.amazonaws.com/pytorch/executorch/14413548251/artifacts/llm_demo/app-debug-androidTest.apk
103-
curl -O https://gha-artifacts.s3.amazonaws.com/pytorch/executorch/14413548251/artifacts/fp32-xnnpack-custom/model.zip
104-
curl -o android-test-debug-androidTest.apk https://gha-artifacts.s3.amazonaws.com/pytorch/executorch/14413548251/artifacts/library_test_dir/executorch_android-debug-androidTest.apk
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
105106
unzip model.zip
106107
mv *.pte model.pte
107108

0 commit comments

Comments
 (0)