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
82acf218
Unverified
Commit
82acf218
authored
Jul 27, 2025
by
Joachim Studnia
Committed by
GitHub
Jul 27, 2025
Browse files
Fix typo for limit-mm-per-prompt in docs (#21697)
Signed-off-by:
Joachim Studnia
<
joachim@mistral.ai
>
parent
86ae693f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/config.py
vllm/config.py
+1
-1
No files found.
vllm/config.py
View file @
82acf218
...
@@ -3258,7 +3258,7 @@ class MultiModalConfig:
...
@@ -3258,7 +3258,7 @@ class MultiModalConfig:
Defaults to 1 (V0) or 999 (V1) for each modality.
Defaults to 1 (V0) or 999 (V1) for each modality.
For example, to allow up to 16 images and 2 videos per prompt:
For example, to allow up to 16 images and 2 videos per prompt:
`{"image
s
": 16, "video
s
": 2}`
`{"image": 16, "video": 2}`
"""
"""
media_io_kwargs
:
dict
[
str
,
dict
[
str
,
Any
]]
=
field
(
default_factory
=
dict
)
media_io_kwargs
:
dict
[
str
,
dict
[
str
,
Any
]]
=
field
(
default_factory
=
dict
)
...
...
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