Skip to content

Commit 5597562

Browse files
authored
Change default model to Qwen3-0.6B (#20335)
Signed-off-by: Tyler Michael Smith <tyler@neuralmagic.com>
1 parent 6d0cf23 commit 5597562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def is_init_field(cls: ConfigType, name: str) -> bool:
226226
class ModelConfig:
227227
"""Configuration for the model."""
228228

229-
model: str = "facebook/opt-125m"
229+
model: str = "Qwen/Qwen3-0.6B"
230230
"""Name or path of the Hugging Face model to use. It is also used as the
231231
content for `model_name` tag in metrics output when `served_model_name` is
232232
not specified."""

0 commit comments

Comments
 (0)