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 eccc633 commit 9c6ebc3Copy full SHA for 9c6ebc3
.ci/scripts/test_model.sh
@@ -87,8 +87,8 @@ 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
+ if [[ "$MODEL_NAME" == "llama3_2_vision_encoder" || "$MODEL_NAME" == "llama3_2_text_decoder" ]]; then
+ # Install requirements for llama vision.
92
bash examples/models/llama3_2_vision/install_requirements.sh
93
94
# python3 -m examples.portable.scripts.export --model_name="llama2" should works too
0 commit comments