[Chore] Rename SchedulerConfig.chunked_prefill_enabled (#28735)
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
@@ -192,7 +192,7 @@ class CpuPlatform(Platform):
|
||||
|
||||
scheduler_config = vllm_config.scheduler_config
|
||||
if (
|
||||
scheduler_config.chunked_prefill_enabled
|
||||
scheduler_config.enable_chunked_prefill
|
||||
or cache_config.enable_prefix_caching
|
||||
) and cache_config.cache_dtype != "auto":
|
||||
raise RuntimeError(
|
||||
|
||||
Reference in New Issue
Block a user