Skip to content

Commit

Permalink
yapf
Browse files Browse the repository at this point in the history
Signed-off-by: Woosuk Kwon <[email protected]>
  • Loading branch information
WoosukKwon committed Dec 10, 2024
1 parent 7adf83c commit 6634a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/engine/arg_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ def _override_v1_engine_args(self, usage_context: UsageContext) -> None:
# too small to achieve the best performance in V1.
self.max_num_seqs = 1024
logger.warning("Setting max_num_seqs to %d for %s usage context.",
self.max_num_seqs, usage_context.value)
self.max_num_seqs, usage_context.value)

def _override_v1_engine_config(self, engine_config: VllmConfig) -> None:
"""
Expand Down

0 comments on commit 6634a47

Please sign in to comment.