Skip to content

Commit 6364af9

Browse files
Fixed typo in profiling logs (#21441)
1 parent 7aaa2bd commit 6364af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/multimodal/profiling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def get_mm_max_tokens(
275275
if total_mm_tokens > seq_len:
276276
logger.warning_once(
277277
"The sequence length (%d) is smaller than the pre-defined"
278-
" wosrt-case total number of multimodal tokens (%d). "
278+
" worst-case total number of multimodal tokens (%d). "
279279
"This may cause certain multi-modal inputs to fail during "
280280
"inference. To avoid this, you should increase "
281281
"`max_model_len` or reduce `mm_counts`.",

0 commit comments

Comments
 (0)