Fix SGLang version in CN deployment guide
#7
by
kzhou10
- opened
docs/sglang_deploy_guide.md
CHANGED
|
@@ -71,7 +71,7 @@ python -m sglang.launch_server \
|
|
| 71 |
--host 0.0.0.0 \
|
| 72 |
--reasoning-parser minimax-append-think \
|
| 73 |
--port 8000 \
|
| 74 |
-
--mem-fraction-static 0.85
|
| 75 |
```
|
| 76 |
|
| 77 |
## Testing Deployment
|
|
|
|
| 71 |
--host 0.0.0.0 \
|
| 72 |
--reasoning-parser minimax-append-think \
|
| 73 |
--port 8000 \
|
| 74 |
+
--mem-fraction-static 0.85
|
| 75 |
```
|
| 76 |
|
| 77 |
## Testing Deployment
|
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
|