We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 962d703 commit 77e4472Copy full SHA for 77e4472
vllm/config/speculative.py
@@ -337,6 +337,7 @@ def __post_init__(self):
337
enforce_eager=self.target_model_config.enforce_eager,
338
max_logprobs=self.target_model_config.max_logprobs,
339
hf_overrides=SpeculativeConfig.hf_config_override,
340
+ config_format=self.target_model_config.config_format,
341
)
342
343
# Automatically detect the method
0 commit comments