mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-19 04:14:28 +08:00
Fix typo for limit-mm-per-prompt in docs (#21697)
Signed-off-by: Joachim Studnia <joachim@mistral.ai>
This commit is contained in:
parent
86ae693f20
commit
82acf2184d
@ -3258,7 +3258,7 @@ class MultiModalConfig:
|
||||
Defaults to 1 (V0) or 999 (V1) for each modality.
|
||||
|
||||
For example, to allow up to 16 images and 2 videos per prompt:
|
||||
`{"images": 16, "videos": 2}`
|
||||
`{"image": 16, "video": 2}`
|
||||
"""
|
||||
|
||||
media_io_kwargs: dict[str, dict[str, Any]] = field(default_factory=dict)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user