Text Generation
Transformers
Safetensors
minimax_m2
conversational
custom_code
fp8
kzhou10 commited on
Commit
d4908cd
·
verified ·
1 Parent(s): 58b625a

Fix SGLang version in CN deployment guide

Browse files
Files changed (1) hide show
  1. docs/sglang_deploy_guide_cn.md +1 -1
docs/sglang_deploy_guide_cn.md CHANGED
@@ -34,7 +34,7 @@
34
 
35
  建议在全新的 Python 环境中安装 SGLang:
36
  ```bash
37
- git clone -b v0.5.4.post3 https://github.com/sgl-project/sglang.git
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