Skip to content

Commit

Permalink
[Bugfix] Fix a log error in chunked prefill (vllm-project#6694)
Browse files Browse the repository at this point in the history
  • Loading branch information
WoosukKwon authored and phil committed Aug 6, 2024
1 parent 0441f12 commit ed1d6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ def __init__(self,
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
Expand Down

0 comments on commit ed1d6e7

Please sign in to comment.