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
1585244b
Unverified
Commit
1585244b
authored
Feb 09, 2026
by
Hongkuan Zhou
Committed by
GitHub
Feb 09, 2026
Browse files
fix: add watchdog timeout for sglang dsr1 recipe (#6076)
Signed-off-by:
hongkuanz
<
hongkuanz@nvidia.com
>
parent
bf270c28
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
recipes/deepseek-r1/sglang/disagg-16gpu/deploy.yaml
recipes/deepseek-r1/sglang/disagg-16gpu/deploy.yaml
+5
-1
recipes/deepseek-r1/sglang/disagg-8gpu/deploy.yaml
recipes/deepseek-r1/sglang/disagg-8gpu/deploy.yaml
+5
-1
No files found.
recipes/deepseek-r1/sglang/disagg-16gpu/deploy.yaml
View file @
1585244b
...
@@ -67,6 +67,8 @@ spec:
...
@@ -67,6 +67,8 @@ spec:
-
--host
-
--host
-
0.0.0.0
-
0.0.0.0
-
--prefill-round-robin-balance
-
--prefill-round-robin-balance
-
--watchdog-timeout
-
"
3600"
prefill
:
prefill
:
componentType
:
worker
componentType
:
worker
subComponentType
:
prefill
subComponentType
:
prefill
...
@@ -109,4 +111,6 @@ spec:
...
@@ -109,4 +111,6 @@ spec:
-
--host
-
--host
-
0.0.0.0
-
0.0.0.0
-
--load-balance-method
-
--load-balance-method
-
round_robin
-
round_robin
\ No newline at end of file
-
--watchdog-timeout
-
"
3600"
\ No newline at end of file
recipes/deepseek-r1/sglang/disagg-8gpu/deploy.yaml
View file @
1585244b
...
@@ -64,6 +64,8 @@ spec:
...
@@ -64,6 +64,8 @@ spec:
-
--host
-
--host
-
0.0.0.0
-
0.0.0.0
-
--prefill-round-robin-balance
-
--prefill-round-robin-balance
-
--watchdog-timeout
-
"
3600"
prefill
:
prefill
:
componentType
:
worker
componentType
:
worker
subComponentType
:
prefill
subComponentType
:
prefill
...
@@ -103,4 +105,6 @@ spec:
...
@@ -103,4 +105,6 @@ spec:
-
--host
-
--host
-
0.0.0.0
-
0.0.0.0
-
--load-balance-method
-
--load-balance-method
-
round_robin
-
round_robin
\ No newline at end of file
-
--watchdog-timeout
-
"
3600"
\ 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