Skip to content

Commit 3140380

Browse files
authored
Update README.md
minor updates
1 parent c0b0632 commit 3140380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ds/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Note for static quantize DeepSeek model
1+
# Note for quantize DeepSeek model
22

33
## Prerequisite
44

@@ -28,7 +28,7 @@ python quant.py --model_path /path/to/DeepSeek/R1/BF16/ --qmodel_path /path/to/D
2828
2929
### Step 2. copy model files for inference
3030

31-
Since DeepSeek V3 and R1 asre not yet supported by Transformers, we need to manually copy some model files.
31+
Since DeepSeek V3 and R1 are not yet supported by Transformers, we need to manually copy some model files.
3232

3333
```bash
3434
python post_process.py --model_path /path/to/DeepSeek/R1/BF16/ --qmodel_path /path/to/DeepSeek/R1/Dynamic-FP8

0 commit comments

Comments
 (0)