Fixed typo in profiling logs (#21441)

This commit is contained in:
Sergio Paniego Blanco 2025-07-23 10:18:54 +02:00 committed by GitHub
parent 7aaa2bd5a8
commit 6364af92f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`.",