Update SGLang server starting command (#13)
Browse files- Update SGLang server starting command (fd33dda13987c4ec2bd43d7d4318046a4f220ca9)
Co-authored-by: Liangsheng Yin <hnyls2002@users.noreply.huggingface.co>
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 --
|
| 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
|