Skip to content

Commit 3e4e0ac

Browse files
FIx pre-commit
Signed-off-by: DarkLight1337 <[email protected]>
1 parent 657d1b8 commit 3e4e0ac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vllm/multimodal/profiling.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,9 @@ def get_mm_limits(self) -> Mapping[str, int]:
138138
if supported_limit is not None and supported_limit < limit:
139139
raise ValueError(
140140
f"You set {modality}={limit} (or defaulted to 1) in "
141-
f"`--limit-mm-per-prompt`, but this model only supports "
142-
f"at most {supported_limit} {modality} items.")
141+
f"`--limit-mm-per-prompt`, but this model only "
142+
f"supports at most {supported_limit} {modality} "
143+
"items.")
143144

144145
return mm_limits
145146

0 commit comments

Comments
 (0)