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

Update docs/sglang_deploy_guide.md

Browse files
Files changed (1) hide show
  1. docs/sglang_deploy_guide.md +1 -1
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