File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7272 set -eux
7373 curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/llm_demo/app-debug.apk
7474 curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/llm_demo/app-debug-androidTest.apk
75- curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/stories110M_xnnpack /model.zip
75+ curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/fp32-xnnpack+custom /model.zip
7676 unzip model.zip
7777 mv *.pte model.pte
7878
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 DTYPE=${{ matrix.dtype }}
110110 BUILD_TOOL="cmake"
111111 MODE=${{ matrix.mode }}
112- ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded"
112+ ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE} "
113113
114114 # Setup executorch
115115 PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh cmake
You can’t perform that action at this time.
0 commit comments