Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkLight1337 committed Oct 22, 2024
1 parent c8b41c3 commit e4c8cc4
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/source/models/supported_models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ Text Generation

* - Architecture
- Models
- Inputs
- Inputs\*
- Example HF Models
- :ref:`LoRA <lora>`
- :ref:`PP <distributed_serving>`
Expand Down Expand Up @@ -464,6 +464,8 @@ Text Generation
-
- ✅︎

| \*Any combination of modalities joined by :code:`+` are supported. For example, :code:`T + I` means that the model supports text-only, image-only, and text-with-image inputs.
On the other hand, modalities separated by :code:`/` are mutually exclusive. For example :code:`T / I` means that the model supports text-only and image-only inputs, but not text-with-image inputs.
| :sup:`E` Pre-computed embeddings can be inputted for this modality.
| :sup:`+` Multiple items can be inputted per text prompt for this modality.
Expand All @@ -480,7 +482,7 @@ Multimodal Embedding

* - Architecture
- Models
- Inputs
- Inputs\*
- Example HF Models
- :ref:`LoRA <lora>`
- :ref:`PP <distributed_serving>`
Expand All @@ -492,11 +494,14 @@ Multimodal Embedding
- ✅︎
* - :code:`Phi3VForCausalLM`
- Phi-3-Vision-based
- T / I / T + I
- T + I
- :code:`TIGER-Lab/VLM2Vec-Full`
- 🚧
- ✅︎

| \*Any combination of modalities joined by :code:`+` are supported. For example, :code:`T + I` means that the model supports text-only, image-only, and text-with-image inputs.
On the other hand, modalities separated by :code:`/` are mutually exclusive. For example :code:`T / I` means that the model supports text-only and image-only inputs, but not text-with-image inputs.
.. important::
Some model architectures support both generation and embedding tasks.
In this case, you have to pass :code:`--task embedding` to run the model in embedding mode.
Expand Down

0 comments on commit e4c8cc4

Please sign in to comment.