Skip to content

Commit 395ae16

Browse files
committed
Small fixes
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent be0e21b commit 395ae16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
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}"

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)