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
1fd58e97
Unverified
Commit
1fd58e97
authored
Nov 13, 2025
by
Anant Sharma
Committed by
GitHub
Nov 13, 2025
Browse files
fix: remove wideep image ref from recipes (#4302)
Signed-off-by:
Anant Sharma
<
anants@nvidia.com
>
parent
06b0ebef
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
recipes/deepseek-r1/sglang/disagg-16gpu/deploy.yaml
recipes/deepseek-r1/sglang/disagg-16gpu/deploy.yaml
+3
-3
recipes/deepseek-r1/sglang/disagg-8gpu/deploy.yaml
recipes/deepseek-r1/sglang/disagg-8gpu/deploy.yaml
+3
-3
No files found.
recipes/deepseek-r1/sglang/disagg-16gpu/deploy.yaml
View file @
1fd58e97
...
...
@@ -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
...
...
recipes/deepseek-r1/sglang/disagg-8gpu/deploy.yaml
View file @
1fd58e97
...
...
@@ -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
...
...
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