We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b0632 commit 3140380Copy full SHA for 3140380
examples/ds/README.md
@@ -1,4 +1,4 @@
1
-# Note for static quantize DeepSeek model
+# Note for quantize DeepSeek model
2
3
## Prerequisite
4
@@ -28,7 +28,7 @@ python quant.py --model_path /path/to/DeepSeek/R1/BF16/ --qmodel_path /path/to/D
28
29
### Step 2. copy model files for inference
30
31
-Since DeepSeek V3 and R1 asre not yet supported by Transformers, we need to manually copy some model files.
+Since DeepSeek V3 and R1 are not yet supported by Transformers, we need to manually copy some model files.
32
33
```bash
34
python post_process.py --model_path /path/to/DeepSeek/R1/BF16/ --qmodel_path /path/to/DeepSeek/R1/Dynamic-FP8
0 commit comments