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
04a6eb6c
Unverified
Commit
04a6eb6c
authored
Nov 03, 2025
by
Biswa Panda
Committed by
GitHub
Nov 03, 2025
Browse files
fix: add prefill load balance method args for deepseek-r1 (#4051)
Co-authored-by:
dagil-nvidia
<
dagil@nvidia.com
>
parent
c837b5ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
6 deletions
+12
-6
recipes/deepseek-r1/sglang/disagg-16gpu/deploy.yaml
recipes/deepseek-r1/sglang/disagg-16gpu/deploy.yaml
+6
-3
recipes/deepseek-r1/sglang/disagg-8gpu/deploy.yaml
recipes/deepseek-r1/sglang/disagg-8gpu/deploy.yaml
+6
-3
No files found.
recipes/deepseek-r1/sglang/disagg-16gpu/deploy.yaml
View file @
04a6eb6c
...
@@ -48,7 +48,7 @@ spec:
...
@@ -48,7 +48,7 @@ spec:
timeoutSeconds
:
10
timeoutSeconds
:
10
failureThreshold
:
600
failureThreshold
:
600
image
:
my-registry/sglang-wideep-runtime:my-tag
image
:
my-registry/sglang-wideep-runtime:my-tag
workingDir
:
/workspace/
examples/backends/sglang
workingDir
:
/
sgl-
workspace/
dynamo
command
:
command
:
-
python3
-
python3
-
-m
-
-m
...
@@ -77,6 +77,7 @@ spec:
...
@@ -77,6 +77,7 @@ spec:
-
"
0.75"
-
"
0.75"
-
--host
-
--host
-
0.0.0.0
-
0.0.0.0
-
--prefill-round-robin-balance
prefill
:
prefill
:
dynamoNamespace
:
sgl-dsr1-16gpu
dynamoNamespace
:
sgl-dsr1-16gpu
componentType
:
worker
componentType
:
worker
...
@@ -101,7 +102,7 @@ spec:
...
@@ -101,7 +102,7 @@ spec:
timeoutSeconds
:
10
timeoutSeconds
:
10
failureThreshold
:
600
failureThreshold
:
600
image
:
my-registry/sglang-wideep-runtime:my-tag
image
:
my-registry/sglang-wideep-runtime:my-tag
workingDir
:
/workspace/
examples/backends/sglang
workingDir
:
/
sgl-
workspace/
dynamo
command
:
command
:
-
python3
-
python3
-
-m
-
-m
...
@@ -126,4 +127,6 @@ spec:
...
@@ -126,4 +127,6 @@ spec:
-
--mem-fraction-static
-
--mem-fraction-static
-
"
0.75"
-
"
0.75"
-
--host
-
--host
-
0.0.0.0
-
0.0.0.0
\ No newline at end of file
-
--load-balance-method
-
round_robin
\ No newline at end of file
recipes/deepseek-r1/sglang/disagg-8gpu/deploy.yaml
View file @
04a6eb6c
...
@@ -46,7 +46,7 @@ spec:
...
@@ -46,7 +46,7 @@ spec:
timeoutSeconds
:
10
timeoutSeconds
:
10
failureThreshold
:
600
failureThreshold
:
600
image
:
my-registry/sglang-wideep-runtime:my-tag
image
:
my-registry/sglang-wideep-runtime:my-tag
workingDir
:
/workspace/
examples/backends/sglang
workingDir
:
/
sgl-
workspace/
dynamo
command
:
command
:
-
python3
-
python3
-
-m
-
-m
...
@@ -73,6 +73,7 @@ spec:
...
@@ -73,6 +73,7 @@ spec:
-
"
30001"
-
"
30001"
-
--host
-
--host
-
0.0.0.0
-
0.0.0.0
-
--prefill-round-robin-balance
prefill
:
prefill
:
dynamoNamespace
:
sgl-dsr1-8gpu
dynamoNamespace
:
sgl-dsr1-8gpu
componentType
:
worker
componentType
:
worker
...
@@ -95,7 +96,7 @@ spec:
...
@@ -95,7 +96,7 @@ spec:
timeoutSeconds
:
10
timeoutSeconds
:
10
failureThreshold
:
600
failureThreshold
:
600
image
:
my-registry/sglang-wideep-runtime:my-tag
image
:
my-registry/sglang-wideep-runtime:my-tag
workingDir
:
/workspace/
examples/backends/sglang
workingDir
:
/
sgl-
workspace/
dynamo
command
:
command
:
-
python3
-
python3
-
-m
-
-m
...
@@ -118,4 +119,6 @@ spec:
...
@@ -118,4 +119,6 @@ spec:
-
--disaggregation-bootstrap-port
-
--disaggregation-bootstrap-port
-
"
30001"
-
"
30001"
-
--host
-
--host
-
0.0.0.0
-
0.0.0.0
\ No newline at end of file
-
--load-balance-method
-
round_robin
\ No newline at end of file
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