Skip to content

Commit 2ad7e12

Browse files
authored
[Doc] Fix quant documentation to make it reproducible (#2277)
### What this PR does / why we need it? Fixed the expression of msit for code clone - vLLM version: v0.10.0 - vLLM main: vllm-project/vllm@afa5b7c --------- Signed-off-by: wangli <[email protected]>
1 parent c721ae6 commit 2ad7e12

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

docs/source/tutorials/multi_node_kimi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
referring to [multi_node.md](https://vllm-ascend.readthedocs.io/en/latest/tutorials/multi_node.html#verification-process)
66

77
## Run with docker
8-
Assume you have two Atlas 800 A3(64G*16) nodes(or 4 *A2* 8), and want to deploy the `Kimi-K2-Instruct-W8A8` quantitative model across multi-node.
8+
Assume you have two Atlas 800 A3(64G*16) nodes(or 4 * A2), and want to deploy the `Kimi-K2-Instruct-W8A8` quantitative model across multi-node.
99

1010
```{code-block} bash
1111
:substitutions:

docs/source/tutorials/single_npu_qwen3_quantization.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,15 @@ see https://www.modelscope.cn/models/vllm-ascend/Qwen3-8B-W4A8
3232
:::
3333

3434
```bash
35+
git clone https://gitee.com/ascend/msit
36+
cd msit/msmodelslim
37+
3538
# Optional, this commit has been verified
36-
git clone https://gitee.com/ascend/msit -b f8ab35a772a6c1ee7675368a2aa4bafba3bedd1a
39+
git checkout f8ab35a772a6c1ee7675368a2aa4bafba3bedd1a
3740

38-
cd msit/msmodelslim
3941
# Install by run this script
4042
bash install.sh
43+
pip install accelerate
4144

4245
cd example/Qwen
4346
# Original weight path, Replace with your local model path

docs/source/user_guide/feature_guide/quantization.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ Install modelslim:
1212

1313
```bash
1414
git clone https://gitee.com/ascend/msit
15+
cd msit/msmodelslim
16+
1517
# Optional, this commit has been verified
1618
git checkout f8ab35a772a6c1ee7675368a2aa4bafba3bedd1a
1719

18-
cd msit/msmodelslim
1920
bash install.sh
2021
pip install accelerate
2122
```

0 commit comments

Comments
 (0)