Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
b17c5b01
"vscode:/vscode.git/clone" did not exist on "82ad1dbc07dc2db39c6f502eb148ff3ce00d96b8"
Unverified
Commit
b17c5b01
authored
Aug 02, 2025
by
Zac
Committed by
GitHub
Aug 01, 2025
Browse files
fix arg typo for --disaggregation-transfer-backend (#8664)
parent
db7343c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
docs/backend/pd_disaggregation.md
docs/backend/pd_disaggregation.md
+6
-6
No files found.
docs/backend/pd_disaggregation.md
View file @
b17c5b01
...
...
@@ -103,13 +103,13 @@ $ python -m sglang.srt.disaggregation.mini_lb --prefill http://127.0.0.1:30000 -
```
bash
# prefill 0
$
python
-m
sglang.launch_server
--model-path
deepseek-ai/DeepSeek-V3-0324
--
-
disaggregation-transfer-backend
nixl
--disaggregation-mode
prefill
--host
${
local_ip
}
--port
30000
--trust-remote-code
--dist-init-addr
${
prefill_master_ip
}
:5000
--nnodes
2
--node-rank
0
--tp-size
16
--dp-size
8
--enable-dp-attention
--moe-a2a-backend
deepep
--mem-fraction-static
0.8
$
python
-m
sglang.launch_server
--model-path
deepseek-ai/DeepSeek-V3-0324
--disaggregation-transfer-backend
nixl
--disaggregation-mode
prefill
--host
${
local_ip
}
--port
30000
--trust-remote-code
--dist-init-addr
${
prefill_master_ip
}
:5000
--nnodes
2
--node-rank
0
--tp-size
16
--dp-size
8
--enable-dp-attention
--moe-a2a-backend
deepep
--mem-fraction-static
0.8
# prefill 1
$
python
-m
sglang.launch_server
--model-path
deepseek-ai/DeepSeek-V3-0324
--
-
disaggregation-transfer-backend
nixl
--disaggregation-mode
prefill
--host
${
local_ip
}
--port
30000
--trust-remote-code
--dist-init-addr
${
prefill_master_ip
}
:5000
--nnodes
2
--node-rank
1
--tp-size
16
--dp-size
8
--enable-dp-attention
--moe-a2a-backend
deepep
--mem-fraction-static
0.8
$
python
-m
sglang.launch_server
--model-path
deepseek-ai/DeepSeek-V3-0324
--disaggregation-transfer-backend
nixl
--disaggregation-mode
prefill
--host
${
local_ip
}
--port
30000
--trust-remote-code
--dist-init-addr
${
prefill_master_ip
}
:5000
--nnodes
2
--node-rank
1
--tp-size
16
--dp-size
8
--enable-dp-attention
--moe-a2a-backend
deepep
--mem-fraction-static
0.8
# decode 0
$
python
-m
sglang.launch_server
--model-path
deepseek-ai/DeepSeek-V3-0324
--
-
disaggregation-transfer-backend
nixl
--disaggregation-mode
decode
--host
${
local_ip
}
--port
30001
--trust-remote-code
--dist-init-addr
${
decode_master_ip
}
:5000
--nnodes
2
--node-rank
0
--tp-size
16
--dp-size
8
--enable-dp-attention
--moe-a2a-backend
deepep
--mem-fraction-static
0.8
--max-running-requests
128
$
python
-m
sglang.launch_server
--model-path
deepseek-ai/DeepSeek-V3-0324
--disaggregation-transfer-backend
nixl
--disaggregation-mode
decode
--host
${
local_ip
}
--port
30001
--trust-remote-code
--dist-init-addr
${
decode_master_ip
}
:5000
--nnodes
2
--node-rank
0
--tp-size
16
--dp-size
8
--enable-dp-attention
--moe-a2a-backend
deepep
--mem-fraction-static
0.8
--max-running-requests
128
# decode 1
$
python
-m
sglang.launch_server
--model-path
deepseek-ai/DeepSeek-V3-0324
--
-
disaggregation-transfer-backend
nixl
--disaggregation-mode
decode
--host
${
local_ip
}
--port
30001
--trust-remote-code
--dist-init-addr
${
decode_master_ip
}
:5000
--nnodes
2
--node-rank
1
--tp-size
16
--dp-size
8
--enable-dp-attention
--moe-a2a-backend
deepep
--mem-fraction-static
0.8
--max-running-requests
128
$
python
-m
sglang.launch_server
--model-path
deepseek-ai/DeepSeek-V3-0324
--disaggregation-transfer-backend
nixl
--disaggregation-mode
decode
--host
${
local_ip
}
--port
30001
--trust-remote-code
--dist-init-addr
${
decode_master_ip
}
:5000
--nnodes
2
--node-rank
1
--tp-size
16
--dp-size
8
--enable-dp-attention
--moe-a2a-backend
deepep
--mem-fraction-static
0.8
--max-running-requests
128
```
## ASCEND
...
...
@@ -140,7 +140,7 @@ $ python -m sglang.srt.disaggregation.mini_lb --prefill http://127.0.0.1:30000 -
```
bash
# prefill 0
$
python
-m
sglang.launch_server
--model-path
deepseek-ai/DeepSeek-V3-0324
--
-
disaggregation-transfer-backend
ascend
--disaggregation-mode
prefill
--host
${
local_ip
}
--port
30000
--trust-remote-code
--dist-init-addr
${
prefill_master_ip
}
:5000
--nnodes
1
--node-rank
0
--tp-size
16
$
python
-m
sglang.launch_server
--model-path
deepseek-ai/DeepSeek-V3-0324
--disaggregation-transfer-backend
ascend
--disaggregation-mode
prefill
--host
${
local_ip
}
--port
30000
--trust-remote-code
--dist-init-addr
${
prefill_master_ip
}
:5000
--nnodes
1
--node-rank
0
--tp-size
16
# decode 0
$
python
-m
sglang.launch_server
--model-path
deepseek-ai/DeepSeek-V3-0324
--
-
disaggregation-transfer-backend
ascend
--disaggregation-mode
decode
--host
${
local_ip
}
--port
30001
--trust-remote-code
--dist-init-addr
${
decode_master_ip
}
:5000
--nnodes
1
--node-rank
0
--tp-size
16
$
python
-m
sglang.launch_server
--model-path
deepseek-ai/DeepSeek-V3-0324
--disaggregation-transfer-backend
ascend
--disaggregation-mode
decode
--host
${
local_ip
}
--port
30001
--trust-remote-code
--dist-init-addr
${
decode_master_ip
}
:5000
--nnodes
1
--node-rank
0
--tp-size
16
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment