File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments