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