We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a68240 commit eb40a86Copy full SHA for eb40a86
blog/2025-09-29-deepseek-V32.md
@@ -12,7 +12,7 @@ We are excited to announce that **SGLang supports DeepSeek-V3.2 on Day 0**! Acco
12
To get started, simply pull the container and launch SGLang as follows:
13
14
```bash
15
-docker pull lmsysorg/sglang:dsv32
+docker pull lmsysorg/sglang:v0.5.3-cu129
16
17
python -m sglang.launch_server --model deepseek-ai/DeepSeek-V3.2-Exp --tp 8 --dp 8 --enable-dp-attention
18
```
0 commit comments