[Bugfix] Fix a log error in chunked prefill (#6694)

This commit is contained in:
Woosuk Kwon 2024-07-23 09:27:58 -07:00 committed by GitHub
parent 71950af726
commit 461089a21a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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