File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ test_model() {
97
97
bash examples/models/llava/install_requirements.sh
98
98
STRICT=" --no-strict"
99
99
fi
100
- if [[ " ${MODEL_NAME} " == " qwen2_5 " ]]; then
100
+ if [[ " ${MODEL_NAME} " == " qwen2_5_1_5b " ]]; then
101
101
# Install requirements for export_llama
102
102
bash examples/models/llama/install_requirements.sh
103
103
# Test export_llm script: python3 -m extension.llm.export.export_llm.
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ jobs:
176
176
- model : phi_4_mini
177
177
backend : portable
178
178
runner : linux.arm64.m7g.4xlarge
179
- - model : qwen2_5
179
+ - model : qwen2_5_1_5b
180
180
backend : portable
181
181
runner : linux.arm64.2xlarge
182
182
- model : llama3_2_vision_encoder
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class Model(str, Enum):
35
35
ResNet50 = "resnet50"
36
36
Llava = "llava"
37
37
EfficientSam = "efficient_sam"
38
- Qwen25 = "qwen2_5 "
38
+ Qwen25 = "qwen2_5_1_5b "
39
39
Phi4Mini = "phi_4_mini"
40
40
SmolLM2 = "smollm2"
41
41
You can’t perform that action at this time.
0 commit comments