Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
79ad7f36
Unverified
Commit
79ad7f36
authored
Oct 22, 2025
by
ishandhanani
Committed by
GitHub
Oct 22, 2025
Browse files
fix: disagg dp attention needs host 0.0.0.0 (#3809)
parent
db8e52f2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
components/backends/sglang/launch/disagg_dp_attn.sh
components/backends/sglang/launch/disagg_dp_attn.sh
+2
-0
No files found.
components/backends/sglang/launch/disagg_dp_attn.sh
View file @
79ad7f36
...
@@ -24,6 +24,7 @@ python3 -m dynamo.sglang \
...
@@ -24,6 +24,7 @@ python3 -m dynamo.sglang \
--dp-size
2
\
--dp-size
2
\
--page-size
16
\
--page-size
16
\
--enable-dp-attention
\
--enable-dp-attention
\
--host
0.0.0.0
\
--trust-remote-code
\
--trust-remote-code
\
--disaggregation-mode
prefill
\
--disaggregation-mode
prefill
\
--disaggregation-transfer-backend
nixl
\
--disaggregation-transfer-backend
nixl
\
...
@@ -39,6 +40,7 @@ CUDA_VISIBLE_DEVICES=2,3 python3 -m dynamo.sglang \
...
@@ -39,6 +40,7 @@ CUDA_VISIBLE_DEVICES=2,3 python3 -m dynamo.sglang \
--dp-size
2
\
--dp-size
2
\
--page-size
16
\
--page-size
16
\
--enable-dp-attention
\
--enable-dp-attention
\
--host
0.0.0.0
\
--trust-remote-code
\
--trust-remote-code
\
--disaggregation-mode
decode
\
--disaggregation-mode
decode
\
--disaggregation-transfer-backend
nixl
\
--disaggregation-transfer-backend
nixl
\
...
...
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