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 6060 PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/setup-macos.sh "${BUILD_TOOL}"
6161 # Install requirements for llama vision
6262 if [[ "$MODEL_NAME" == "llama3_2_vision_encoder" ]]; then
63- bash examples/models/llama3_2_vision/install_requirements.sh
63+ ${CONDA_RUN} bash examples/models/llama3_2_vision/install_requirements.sh
6464 fi
6565 # Build and test executorch
6666 PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" "${DEMO_BACKEND_DELEGATION}"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ addopts =
1717 # examples
1818 examples/models/llama/tests
1919 examples/models/llama3_2_vision/preprocess
20- examples/models/llama3_2_vision/vision_encoder/test TODO: enable this
20+ examples/models/llama3_2_vision/vision_encoder/test
2121 # examples/models/llava/test TODO: enable this
2222 # exir
2323 exir/_serialize/test
You can’t perform that action at this time.
0 commit comments