mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-23 10:44:25 +08:00
let draft model follow target model's config_format (#30152)
This commit is contained in:
parent
962d703818
commit
77e4472809
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user