Skip to content

Commit 82d24f7

Browse files
authored
[Docs] Document Deepseek V3 support (#11535)
Signed-off-by: simon-mo <[email protected]>
1 parent f49777b commit 82d24f7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ vLLM is flexible and easy to use with:
6060

6161
vLLM seamlessly supports most popular open-source models on HuggingFace, including:
6262
- Transformer-like LLMs (e.g., Llama)
63-
- Mixture-of-Expert LLMs (e.g., Mixtral)
63+
- Mixture-of-Expert LLMs (e.g., Mixtral, Deepseek-V2 and V3)
6464
- Embedding Models (e.g. E5-Mistral)
6565
- Multi-modal LLMs (e.g., LLaVA)
6666

docs/source/models/supported_models.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,11 @@ See [this page](#generative-models) for more information on how to use generativ
137137
- :code:`deepseek-ai/DeepSeek-V2`, :code:`deepseek-ai/DeepSeek-V2-Chat` etc.
138138
-
139139
- ✅︎
140+
* - :code:`DeepseekV3ForCausalLM`
141+
- DeepSeek-V3
142+
- :code:`deepseek-ai/DeepSeek-V3-Base`, :code:`deepseek-ai/DeepSeek-V3` etc.
143+
-
144+
- ✅︎
140145
* - :code:`ExaoneForCausalLM`
141146
- EXAONE-3
142147
- :code:`LGAI-EXAONE/EXAONE-3.0-7.8B-Instruct`, etc.
@@ -676,7 +681,7 @@ See [this page](#generative-models) for more information on how to use generativ
676681
- PaliGemma, PaliGemma 2
677682
- T + I\ :sup:`E`
678683
- :code:`google/paligemma-3b-pt-224`, :code:`google/paligemma-3b-mix-224`, :code:`google/paligemma2-3b-ft-docci-448`, etc.
679-
-
684+
-
680685
- ✅︎
681686
-
682687
* - :code:`Phi3VForCausalLM`

0 commit comments

Comments
 (0)