Unverified Commit 55975621 authored by Tyler Michael Smith's avatar Tyler Michael Smith Committed by GitHub
Browse files

Change default model to Qwen3-0.6B (#20335)


Signed-off-by: default avatarTyler Michael Smith <tyler@neuralmagic.com>
parent 6d0cf239
......@@ -226,7 +226,7 @@ ModelDType = Literal["auto", "half", "float16", "bfloat16", "float", "float32"]
class ModelConfig:
"""Configuration for the model."""
model: str = "facebook/opt-125m"
model: str = "Qwen/Qwen3-0.6B"
"""Name or path of the Hugging Face model to use. It is also used as the
content for `model_name` tag in metrics output when `served_model_name` is
not specified."""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment