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

Fix SGLang version in CN deployment guide (#7)

Browse files

- Fix SGLang version in CN deployment guide (d4908cd2a29322b899ac1755a05f0cfd8fc7d0ec)
- Update docs/sglang_deploy_guide.md (9633636593e519118bc35d9942b4549cc1da1082)


Co-authored-by: Kangyan Zhou <kzhou10@users.noreply.huggingface.co>

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.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