[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:
afa5b7ca0b

---------

Signed-off-by: wangli <wangli858794774@gmail.com>
This commit is contained in:
Li Wang
2025-08-14 17:19:47 +08:00
committed by GitHub
parent c721ae6042
commit 2ad7e1251e
3 changed files with 9 additions and 5 deletions

View File

@@ -12,10 +12,11 @@ Install modelslim:
```bash
git clone https://gitee.com/ascend/msit
cd msit/msmodelslim
# Optional, this commit has been verified
git checkout f8ab35a772a6c1ee7675368a2aa4bafba3bedd1a
cd msit/msmodelslim
bash install.sh
pip install accelerate
```