You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/dev/multimodal/multimodal_index.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,13 @@ vLLM provides experimental support for multi-modal models through the :mod:`vllm
10
10
:class:`vllm.inputs.PromptStrictInputs` accepts an additional attribute ``multi_modal_data``
11
11
which allows you to pass in multi-modal input alongside text and token prompts.
12
12
13
+
.. note::
14
+
``multi_modal_data`` can accept keys and values beyond the builtin ones, as long as a customized plugin is registered through
15
+
:class:`vllm.multimodal.MULTIMODAL_REGISTRY`.
16
+
13
17
By default, vLLM models do not support multi-modal inputs. To enable multi-modal support for a model, please follow :ref:`the guide for adding a new multimodal model. <adding_a_new_multimodal_model>`.
14
18
19
+
15
20
# TODO: Add more instructions on how to do that once embeddings is in.
0 commit comments