Skip to content

Commit 1312cd1

Browse files
committed
Try fixing arm llama-runner jobs
1 parent 3854f4b commit 1312cd1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pull.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,11 @@ jobs:
206206
ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}"
207207
ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}"
208208
209-
# Setup executorch
210-
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}"
211209
# Install requirements for export_llama
212210
PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh
211+
212+
# Setup executorch
213+
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}"
213214
# Test llama2
214215
PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}"
215216

0 commit comments

Comments
 (0)