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 6d0cf23 commit 5597562Copy full SHA for 5597562
vllm/config.py
@@ -226,7 +226,7 @@ def is_init_field(cls: ConfigType, name: str) -> bool:
226
class ModelConfig:
227
"""Configuration for the model."""
228
229
- model: str = "facebook/opt-125m"
+ model: str = "Qwen/Qwen3-0.6B"
230
"""Name or path of the Hugging Face model to use. It is also used as the
231
content for `model_name` tag in metrics output when `served_model_name` is
232
not specified."""
0 commit comments