[V1][Core] Remove unused speculative config from scheduler (#15818)

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
This commit is contained in:
Mark McLoughlin
2025-03-31 20:15:21 +01:00
committed by GitHub
parent d4bfc23ef0
commit f98a4920f9
3 changed files with 1 additions and 6 deletions

View File

@@ -95,7 +95,6 @@ class EngineCore:
model_config=vllm_config.model_config,
cache_config=vllm_config.cache_config,
lora_config=vllm_config.lora_config,
speculative_config=vllm_config.speculative_config,
include_finished_set=vllm_config.parallel_config.data_parallel_size
> 1,
log_stats=self.log_stats,