mirror of
https://github.com/vllm-project/vllm.git
synced 2025-12-06 06:53:12 +08:00
let draft model follow target model's config_format (#30152)
This commit is contained in:
@@ -337,6 +337,7 @@ class SpeculativeConfig:
|
||||
enforce_eager=self.target_model_config.enforce_eager,
|
||||
max_logprobs=self.target_model_config.max_logprobs,
|
||||
hf_overrides=SpeculativeConfig.hf_config_override,
|
||||
config_format=self.target_model_config.config_format,
|
||||
)
|
||||
|
||||
# Automatically detect the method
|
||||
|
||||
Reference in New Issue
Block a user