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
77e44728
Unverified
Commit
77e44728
authored
Dec 05, 2025
by
Bangsheng Tang
Committed by
GitHub
Dec 05, 2025
Browse files
let draft model follow target model's config_format (#30152)
parent
962d7038
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/config/speculative.py
vllm/config/speculative.py
+1
-0
No files found.
vllm/config/speculative.py
View file @
77e44728
...
@@ -337,6 +337,7 @@ class SpeculativeConfig:
...
@@ -337,6 +337,7 @@ class SpeculativeConfig:
enforce_eager
=
self
.
target_model_config
.
enforce_eager
,
enforce_eager
=
self
.
target_model_config
.
enforce_eager
,
max_logprobs
=
self
.
target_model_config
.
max_logprobs
,
max_logprobs
=
self
.
target_model_config
.
max_logprobs
,
hf_overrides
=
SpeculativeConfig
.
hf_config_override
,
hf_overrides
=
SpeculativeConfig
.
hf_config_override
,
config_format
=
self
.
target_model_config
.
config_format
,
)
)
# Automatically detect the method
# Automatically detect the method
...
...
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