Unverified Commit 1585244b authored by Hongkuan Zhou's avatar Hongkuan Zhou Committed by GitHub
Browse files

fix: add watchdog timeout for sglang dsr1 recipe (#6076)


Signed-off-by: default avatarhongkuanz <hongkuanz@nvidia.com>
parent bf270c28
...@@ -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
...@@ -110,3 +112,5 @@ spec: ...@@ -110,3 +112,5 @@ spec:
- 0.0.0.0 - 0.0.0.0
- --load-balance-method - --load-balance-method
- round_robin - round_robin
- --watchdog-timeout
- "3600"
\ No newline at end of file
...@@ -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
...@@ -104,3 +106,5 @@ spec: ...@@ -104,3 +106,5 @@ spec:
- 0.0.0.0 - 0.0.0.0
- --load-balance-method - --load-balance-method
- round_robin - round_robin
- --watchdog-timeout
- "3600"
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment