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