Skip to content

Commit 90865c3

Browse files
authored
Revise README formatting and paths for DeepSeek
Updated section headings and fixed paths in README. Signed-off-by: Chenjie Luo <[email protected]>
1 parent 4e4bf16 commit 90865c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/deepseek/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export FP4_QUANT_PATH={path_to_save_quantization_results}
1616
export HF_FP4_PATH={path_to_save_the_final_FP4_checkpoint}
1717
```
1818

19-
### DeepSeek V3, R1 and V3.1
19+
### DeepSeek V3 R1 V3.1
2020

2121
```bash
2222
# download the FP8 checkpoint from Hugginface. This is an example of DeepSeek-R1
@@ -37,7 +37,7 @@ git clone https://github.com/deepseek-ai/DeepSeek-V3.2-Exp.git && cd DeepSeek-V3
3737

3838
# Install requirements
3939
pip install git+https://github.com/Dao-AILab/fast-hadamard-transform.git
40-
pip install -r DeepSeek-V3.2-Exp/inference/requirements.txt
40+
pip install -r inference/requirements.txt
4141
```
4242

4343
### Convert the Checkpoint
@@ -51,7 +51,7 @@ python inference/convert.py --hf-ckpt-path $HF_FP8_CKPT --save-path $DS_CKPT --n
5151

5252
### Run the calibration scripts
5353

54-
DeepSeek V3
54+
DeepSeek V3, R1, V3.1
5555

5656
```bash
5757
torchrun --nproc-per-node 8 --master_port=12346 ptq.py --model_path $DS_CKPT --config DeepSeek-V3/inference/configs/config_671B.json --quant_cfg NVFP4_DEFAULT_CFG --output_path $FP4_QUANT_PATH

0 commit comments

Comments
 (0)