Unverified Commit 6364af92 authored by Sergio Paniego Blanco's avatar Sergio Paniego Blanco Committed by GitHub
Browse files

Fixed typo in profiling logs (#21441)

parent 7aaa2bd5
......@@ -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`.",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment