mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-13 20:25:01 +08:00
Fixed typo in profiling logs (#21441)
This commit is contained in:
parent
7aaa2bd5a8
commit
6364af92f8
@ -275,7 +275,7 @@ class MultiModalProfiler(Generic[_I]):
|
|||||||
if total_mm_tokens > seq_len:
|
if total_mm_tokens > seq_len:
|
||||||
logger.warning_once(
|
logger.warning_once(
|
||||||
"The sequence length (%d) is smaller than the pre-defined"
|
"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 "
|
"This may cause certain multi-modal inputs to fail during "
|
||||||
"inference. To avoid this, you should increase "
|
"inference. To avoid this, you should increase "
|
||||||
"`max_model_len` or reduce `mm_counts`.",
|
"`max_model_len` or reduce `mm_counts`.",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user