Update README.md
Browse files
README.md
CHANGED
@@ -69,9 +69,12 @@ We pretrained DeepSeek-V2 on a diverse and high-quality corpus comprising 8.1 tr
|
|
69 |
|
70 |
| **Model** | **Context Length** | **Download** |
|
71 |
| :------------: | :------------: | :------------: |
|
|
|
|
|
72 |
| DeepSeek-V2 | 128k | [🤗 HuggingFace](https://huggingface.co/deepseek-ai/DeepSeek-V2) |
|
73 |
| DeepSeek-V2-Chat (RL) | 128k | [🤗 HuggingFace](https://huggingface.co/deepseek-ai/DeepSeek-V2-Chat) |
|
74 |
|
|
|
75 |
</div>
|
76 |
|
77 |
Due to the constraints of HuggingFace, the open-source code currently experiences slower performance than our internal codebase when running on GPUs with Huggingface. To facilitate the efficient execution of our model, we offer a dedicated vllm solution that optimizes performance for running our model effectively.
|
|
|
69 |
|
70 |
| **Model** | **Context Length** | **Download** |
|
71 |
| :------------: | :------------: | :------------: |
|
72 |
+
| DeepSeek-V2-Lite | 128k | [🤗 HuggingFace](https://huggingface.co/deepseek-ai/DeepSeek-V2-Lite) |
|
73 |
+
| DeepSeek-V2-Lite-Chat (SFT) | 128k | [🤗 HuggingFace](https://huggingface.co/deepseek-ai/DeepSeek-V2-Lite-Chat) |
|
74 |
| DeepSeek-V2 | 128k | [🤗 HuggingFace](https://huggingface.co/deepseek-ai/DeepSeek-V2) |
|
75 |
| DeepSeek-V2-Chat (RL) | 128k | [🤗 HuggingFace](https://huggingface.co/deepseek-ai/DeepSeek-V2-Chat) |
|
76 |
|
77 |
+
|
78 |
</div>
|
79 |
|
80 |
Due to the constraints of HuggingFace, the open-source code currently experiences slower performance than our internal codebase when running on GPUs with Huggingface. To facilitate the efficient execution of our model, we offer a dedicated vllm solution that optimizes performance for running our model effectively.
|