Skip to content

Commit cb86ebb

Browse files
committed
Update docs
1 parent c8b41c3 commit cb86ebb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/source/models/supported_models.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,14 @@ The following modalities are supported depending on the model:
334334
- **V**\ ideo
335335
- **A**\ udio
336336

337+
Any combination of modalities joined by :code:`+` are supported.
338+
339+
- e.g.: :code:`T + I` means that the model supports text-only, image-only, and text-with-image inputs.
340+
341+
On the other hand, modalities separated by :code:`/` are mutually exclusive.
342+
343+
- e.g.: :code:`T / I` means that the model supports text-only and image-only inputs, but not text-with-image inputs.
344+
337345
.. _supported_vlms:
338346

339347
Text Generation
@@ -492,7 +500,7 @@ Multimodal Embedding
492500
- ✅︎
493501
* - :code:`Phi3VForCausalLM`
494502
- Phi-3-Vision-based
495-
- T / I / T + I
503+
- T + I
496504
- :code:`TIGER-Lab/VLM2Vec-Full`
497505
- 🚧
498506
- ✅︎

0 commit comments

Comments
 (0)