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 60
60
PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/setup-macos.sh "${BUILD_TOOL}"
61
61
# Install requirements for llama vision
62
62
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
64
64
fi
65
65
# Build and test executorch
66
66
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 =
17
17
# examples
18
18
examples/models/llama/tests
19
19
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
21
21
# examples/models/llava/test TODO: enable this
22
22
# exir
23
23
exir/_serialize/test
You can’t perform that action at this time.
0 commit comments