Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
55975621
Unverified
Commit
55975621
authored
Jul 14, 2025
by
Tyler Michael Smith
Committed by
GitHub
Jul 14, 2025
Browse files
Change default model to Qwen3-0.6B (#20335)
Signed-off-by:
Tyler Michael Smith
<
tyler@neuralmagic.com
>
parent
6d0cf239
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/config.py
vllm/config.py
+1
-1
No files found.
vllm/config.py
View file @
55975621
...
...
@@ -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."""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment