Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
6364af92
Unverified
Commit
6364af92
authored
Jul 23, 2025
by
Sergio Paniego Blanco
Committed by
GitHub
Jul 23, 2025
Browse files
Fixed typo in profiling logs (#21441)
parent
7aaa2bd5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/multimodal/profiling.py
vllm/multimodal/profiling.py
+1
-1
No files found.
vllm/multimodal/profiling.py
View file @
6364af92
...
...
@@ -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"
" wo
s
rt-case total number of multimodal tokens (%d). "
" wor
s
t-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`."
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment