Unverified Commit 461089a2 authored by Woosuk Kwon's avatar Woosuk Kwon Committed by GitHub
Browse files

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

parent 71950af7
...@@ -814,7 +814,7 @@ class SchedulerConfig: ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment