We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecdc007 commit c6246cfCopy full SHA for c6246cf
.ci/scripts/test_model.sh
@@ -87,6 +87,10 @@ test_model() {
87
bash examples/models/llava/install_requirements.sh
88
STRICT="--no-strict"
89
fi
90
+ if [[ "$MODEL_NAME" == "llama3_2_vision_encoder" ]]; then
91
+ # Install requirements for llama vision
92
+ bash examples/models/llama3_2_vision/install_requirements.sh
93
+ fi
94
# python3 -m examples.portable.scripts.export --model_name="llama2" should works too
95
"${PYTHON_EXECUTABLE}" -m examples.portable.scripts.export --model_name="${MODEL_NAME}" "${STRICT}"
96
run_portable_executor_runner
0 commit comments