mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-07-09 08:07:09 +08:00
[Bugfix] Fix a log error in chunked prefill (#6694)
This commit is contained in:
parent
71950af726
commit
461089a21a
@ -814,7 +814,7 @@ class SchedulerConfig:
|
|||||||
if enable_chunked_prefill:
|
if enable_chunked_prefill:
|
||||||
logger.info(
|
logger.info(
|
||||||
"Chunked prefill is enabled with max_num_batched_tokens=%d.",
|
"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_num_seqs = max_num_seqs
|
||||||
self.max_model_len = max_model_len
|
self.max_model_len = max_model_len
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user