Fix SGLang version in CN deployment guide
Browse files
docs/sglang_deploy_guide_cn.md
CHANGED
|
@@ -34,7 +34,7 @@
|
|
| 34 |
|
| 35 |
建议在全新的 Python 环境中安装 SGLang:
|
| 36 |
```bash
|
| 37 |
-
git clone -b v0.5.4.
|
| 38 |
cd sglang
|
| 39 |
|
| 40 |
# Install the python packages
|
|
|
|
| 34 |
|
| 35 |
建议在全新的 Python 环境中安装 SGLang:
|
| 36 |
```bash
|
| 37 |
+
git clone -b v0.5.4.post1 https://github.com/sgl-project/sglang.git
|
| 38 |
cd sglang
|
| 39 |
|
| 40 |
# Install the python packages
|