Skip to content

Commit 1b8e18c

Browse files
authored
Merge pull request deepseek-ai#21 from eltociear/patch-1
docs: update README.md
2 parents 94410f8 + 710c8b8 commit 1b8e18c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ Throughout the entire training process, we did not experience any irrecoverable
9393

9494
| **Model** | **#Total Params** | **#Activated Params** | **Context Length** | **Download** |
9595
| :------------: | :------------: | :------------: | :------------: | :------------: |
96-
| DeepSeek-V3-Base | 671B | 37B | 128K | [🤗 HuggingFace](https://huggingface.co/deepseek-ai/DeepSeek-V3-Base) |
97-
| DeepSeek-V3 | 671B | 37B | 128K | [🤗 HuggingFace](https://huggingface.co/deepseek-ai/DeepSeek-V3) |
96+
| DeepSeek-V3-Base | 671B | 37B | 128K | [🤗 Hugging Face](https://huggingface.co/deepseek-ai/DeepSeek-V3-Base) |
97+
| DeepSeek-V3 | 671B | 37B | 128K | [🤗 Hugging Face](https://huggingface.co/deepseek-ai/DeepSeek-V3) |
9898

9999
</div>
100100

101-
**NOTE: The total size of DeepSeek-V3 models on HuggingFace is 685B, which includes 671B of the Main Model weights and 14B of the Multi-Token Prediction (MTP) Module weights.**
101+
**NOTE: The total size of DeepSeek-V3 models on Hugging Face is 685B, which includes 671B of the Main Model weights and 14B of the Multi-Token Prediction (MTP) Module weights.**
102102

103103
To ensure optimal performance and flexibility, we have partnered with open-source communities and hardware vendors to provide multiple ways to run the model locally. For step-by-step guidance, check out Section 6: [How_to Run_Locally](#6-how-to-run-locally).
104104

@@ -243,7 +243,7 @@ cd inference
243243
python fp8_cast_bf16.py --input-fp8-hf-path /path/to/fp8_weights --output-bf16-hf-path /path/to/bf16_weights
244244
```
245245

246-
**NOTE: Huggingface's Transformers has not been directly supported yet.**
246+
**NOTE: Hugging Face's Transformers has not been directly supported yet.**
247247

248248
### 6.1 Inference with DeepSeek-Infer Demo (example only)
249249

@@ -262,11 +262,11 @@ cd DeepSeek-V3/inference
262262
pip install -r requirements.txt
263263
```
264264

265-
Download the model weights from HuggingFace, and put them into `/path/to/DeepSeek-V3` folder.
265+
Download the model weights from Hugging Face, and put them into `/path/to/DeepSeek-V3` folder.
266266

267267
#### Model Weights Conversion
268268

269-
Convert HuggingFace model weights to a specific format:
269+
Convert Hugging Face model weights to a specific format:
270270

271271
```shell
272272
python convert.py --hf-ckpt-path /path/to/DeepSeek-V3 --save-path /path/to/DeepSeek-V3-Demo --n-experts 256 --model-parallel 16

0 commit comments

Comments
 (0)