Unverified Commit 1fd58e97 authored by Anant Sharma's avatar Anant Sharma Committed by GitHub
Browse files

fix: remove wideep image ref from recipes (#4302)


Signed-off-by: default avatarAnant Sharma <anants@nvidia.com>
parent 06b0ebef
...@@ -23,7 +23,7 @@ spec: ...@@ -23,7 +23,7 @@ spec:
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 1800 timeoutSeconds: 1800
failureThreshold: 60 failureThreshold: 60
image: my-registry/sglang-wideep-runtime:my-tag image: my-registry/sglang-runtime:my-tag
decode: decode:
dynamoNamespace: sgl-dsr1-16gpu dynamoNamespace: sgl-dsr1-16gpu
componentType: worker componentType: worker
...@@ -47,7 +47,7 @@ spec: ...@@ -47,7 +47,7 @@ spec:
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 10 timeoutSeconds: 10
failureThreshold: 600 failureThreshold: 600
image: my-registry/sglang-wideep-runtime:my-tag image: my-registry/sglang-runtime:my-tag
workingDir: /sgl-workspace/dynamo workingDir: /sgl-workspace/dynamo
command: command:
- python3 - python3
...@@ -99,7 +99,7 @@ spec: ...@@ -99,7 +99,7 @@ spec:
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 10 timeoutSeconds: 10
failureThreshold: 600 failureThreshold: 600
image: my-registry/sglang-wideep-runtime:my-tag image: my-registry/sglang-runtime:my-tag
workingDir: /sgl-workspace/dynamo workingDir: /sgl-workspace/dynamo
command: command:
- python3 - python3
......
...@@ -23,7 +23,7 @@ spec: ...@@ -23,7 +23,7 @@ spec:
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 1800 timeoutSeconds: 1800
failureThreshold: 60 failureThreshold: 60
image: my-registry/sglang-wideep-runtime:my-tag image: my-registry/sglang-runtime:my-tag
decode: decode:
dynamoNamespace: sgl-dsr1-8gpu dynamoNamespace: sgl-dsr1-8gpu
componentType: worker componentType: worker
...@@ -45,7 +45,7 @@ spec: ...@@ -45,7 +45,7 @@ spec:
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 10 timeoutSeconds: 10
failureThreshold: 600 failureThreshold: 600
image: my-registry/sglang-wideep-runtime:my-tag image: my-registry/sglang-runtime:my-tag
workingDir: /sgl-workspace/dynamo workingDir: /sgl-workspace/dynamo
command: command:
- python3 - python3
...@@ -93,7 +93,7 @@ spec: ...@@ -93,7 +93,7 @@ spec:
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 10 timeoutSeconds: 10
failureThreshold: 600 failureThreshold: 600
image: my-registry/sglang-wideep-runtime:my-tag image: my-registry/sglang-runtime:my-tag
workingDir: /sgl-workspace/dynamo workingDir: /sgl-workspace/dynamo
command: command:
- python3 - python3
......
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