Skip to content

Commit e4c5a68

Browse files
authored
[NVBug: 5707914] Update DS V3 repo commit id (NVIDIA#635)
## What does this PR do? **Type of change:** ? Bug fix **Overview:** DS V3 repo commit id update so the DS R1/V3.1 models can be correctly loaded. Signed-off-by: Chenjie Luo <[email protected]>
1 parent 02fb06d commit e4c5a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/deepseek/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export HF_FP4_PATH={path_to_save_the_final_FP4_checkpoint}
2323
huggingface-cli download deepseek-ai/DeepSeek-R1 --local-dir $HF_FP8_CKPT
2424

2525
# clone DeepSeek-V3 (base model of R1) Github repository for FP8 inference,
26-
git clone https://github.com/deepseek-ai/DeepSeek-V3.git && cd DeepSeek-V3 && git checkout 1398800
26+
git clone https://github.com/deepseek-ai/DeepSeek-V3.git && cd DeepSeek-V3 && git checkout 9b4e978
2727
```
2828

2929
### [Experimental] DeepSeek V3.2

0 commit comments

Comments
 (0)