mirror of
https://github.com/wassname/vllm.git
synced 2026-08-11 11:28:04 +08:00
[Bugfix] Fix a log error in chunked prefill (#6694)
This commit is contained in:
+1
-1
@@ -814,7 +814,7 @@ class SchedulerConfig:
|
||||
if enable_chunked_prefill:
|
||||
logger.info(
|
||||
"Chunked prefill is enabled with max_num_batched_tokens=%d.",
|
||||
max_num_batched_tokens)
|
||||
self.max_num_batched_tokens)
|
||||
|
||||
self.max_num_seqs = max_num_seqs
|
||||
self.max_model_len = max_model_len
|
||||
|
||||
Reference in New Issue
Block a user