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