From 6364af92f8e450f8ccdeb30cc6cc57e26cd247e1 Mon Sep 17 00:00:00 2001 From: Sergio Paniego Blanco Date: Wed, 23 Jul 2025 10:18:54 +0200 Subject: [PATCH] Fixed typo in profiling logs (#21441) --- vllm/multimodal/profiling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm/multimodal/profiling.py b/vllm/multimodal/profiling.py index cdec783ef9cff..7f6fb47a21fa6 100644 --- a/vllm/multimodal/profiling.py +++ b/vllm/multimodal/profiling.py @@ -275,7 +275,7 @@ class MultiModalProfiler(Generic[_I]): if total_mm_tokens > seq_len: logger.warning_once( "The sequence length (%d) is smaller than the pre-defined" - " wosrt-case total number of multimodal tokens (%d). " + " worst-case total number of multimodal tokens (%d). " "This may cause certain multi-modal inputs to fail during " "inference. To avoid this, you should increase " "`max_model_len` or reduce `mm_counts`.",