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
a2084395
Unverified
Commit
a2084395
authored
Feb 04, 2026
by
Zhengxu Chen
Committed by
GitHub
Feb 04, 2026
Browse files
[compile] Remove runner type from ignored caching factor list. (#33712)
Signed-off-by:
zhxchen17
<
zhxchen17@fb.com
>
parent
bcd2f74c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
vllm/config/model.py
vllm/config/model.py
+2
-3
No files found.
vllm/config/model.py
View file @
a2084395
...
@@ -105,8 +105,8 @@ class ModelConfig:
...
@@ -105,8 +105,8 @@ class ModelConfig:
content for `model_name` tag in metrics output when `served_model_name` is
content for `model_name` tag in metrics output when `served_model_name` is
not specified."""
not specified."""
model_weights
:
str
=
""
model_weights
:
str
=
""
"""Original model weights path. Used when the model is pulled from object
"""Original model weights path. Used when the model is pulled from object
storage (e.g., RunAI) to preserve the original URI while `model` points to
storage (e.g., RunAI) to preserve the original URI while `model` points to
the local directory."""
the local directory."""
runner
:
RunnerOption
=
"auto"
runner
:
RunnerOption
=
"auto"
"""The type of model runner to use. Each vLLM instance only supports one
"""The type of model runner to use. Each vLLM instance only supports one
...
@@ -324,7 +324,6 @@ class ModelConfig:
...
@@ -324,7 +324,6 @@ class ModelConfig:
the final hidden states.
the final hidden states.
"""
"""
ignored_factors
=
{
ignored_factors
=
{
"runner"
,
"convert"
,
"convert"
,
"tokenizer"
,
"tokenizer"
,
"tokenizer_mode"
,
"tokenizer_mode"
,
...
...
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