GeeeekExplorer hnyls2002 commited on
Commit
8a4d491
·
verified ·
1 Parent(s): c60171d

Update SGLang server starting command (#13)

Browse files

- Update SGLang server starting command (fd33dda13987c4ec2bd43d7d4318046a4f220ca9)


Co-authored-by: Liangsheng Yin <hnyls2002@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -117,7 +117,7 @@ docker pull lmsysorg/sglang:dsv32-a3
117
 
118
  #### Launch Command
119
  ```bash
120
- python -m sglang.launch_server --model deepseek-ai/DeepSeek-V3.2-Exp --tp 8 --dp 8 --page-size 64
121
  ```
122
 
123
  ### vLLM
 
117
 
118
  #### Launch Command
119
  ```bash
120
+ python -m sglang.launch_server --model deepseek-ai/DeepSeek-V3.2-Exp --tp 8 --dp 8 --enable-dp-attention
121
  ```
122
 
123
  ### vLLM