Skip to content
Prev Previous commit
Next Next commit
fix: change other discovered references
Signed-off-by: Harrison Saturley-Hall <[email protected]>
  • Loading branch information
saturley-hall committed Sep 24, 2025
commit b0334b62334501cc13fec7e90737a83055b58c51
2 changes: 1 addition & 1 deletion benchmarks/nixl/nixl-benchmark-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
- name: nvcr-imagepullsecret
containers:
- name: nixl-benchmark
image: nvcr.io/nvidian/nim-llm-dev/vllm-runtime:nixlbench-e42c07a8
image: my-registry/vllm-runtime:nixlbench-e42c07a8
command: ["sh", "-c"]
args:
- "nixlbench -etcd_endpoints http://dynamo-platform-etcd:2379 --target_seg_type VRAM --initiator_seg_type VRAM && sleep infinity"
Expand Down
10 changes: 5 additions & 5 deletions components/backends/trtllm/deploy/disagg_planner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
replicas: 1
extraPodSpec:
mainContainer:
image: nvcr.io/nvidian/dynamo-dev/dynamo-trtllm-runtime:hzhou-0909-03
image: my-registry/trtllm-runtime:my-tag
workingDir: /workspace/components/backends/trtllm
command:
- python3
Expand Down Expand Up @@ -69,7 +69,7 @@ spec:
mountPoint: /data
extraPodSpec:
mainContainer:
image: nvcr.io/nvidian/dynamo-dev/dynamo-trtllm-runtime:hzhou-0909-03
image: my-registry/trtllm-runtime:my-tag
workingDir: /workspace/components/planner/src/dynamo/planner
ports:
- name: metrics
Expand Down Expand Up @@ -114,7 +114,7 @@ spec:
failureThreshold: 10
extraPodSpec:
mainContainer:
image: nvcr.io/nvidian/dynamo-dev/dynamo-trtllm-runtime:hzhou-0909-03
image: my-registry/trtllm-runtime:my-tag
workingDir: /workspace/components/backends/trtllm
command:
- python3
Expand Down Expand Up @@ -152,7 +152,7 @@ spec:
port: 9090
periodSeconds: 10
failureThreshold: 60
image: nvcr.io/nvidian/dynamo-dev/dynamo-trtllm-runtime:hzhou-0909-03
image: my-registry/trtllm-runtime:my-tag
workingDir: /workspace/components/backends/trtllm
command:
- python3
Expand Down Expand Up @@ -186,7 +186,7 @@ spec:
port: 9090
periodSeconds: 10
failureThreshold: 60
image: nvcr.io/nvidian/dynamo-dev/dynamo-trtllm-runtime:hzhou-0909-03
image: my-registry/trtllm-runtime:my-tag
workingDir: /workspace/components/backends/trtllm
command:
- python3
Expand Down
6 changes: 3 additions & 3 deletions recipes/deepseek-r1/sglang-wideep/tep16p-dep16d-disagg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
periodSeconds: 10
timeoutSeconds: 1800
failureThreshold: 60
image: nvcr.io/nvidian/dynamo-dev/dynamo-sglang-wideep-runtime:hzhou-0917-01
image: my-registry/sglang-wideep-runtime:my-tag
decode:
dynamoNamespace: sgl-dsr1-16gpu
componentType: worker
Expand All @@ -45,7 +45,7 @@ spec:
periodSeconds: 10
timeoutSeconds: 1800
failureThreshold: 60
image: nvcr.io/nvidian/dynamo-dev/dynamo-sglang-wideep-runtime:hzhou-0917-01
image: my-registry/sglang-wideep-runtime:my-tag
workingDir: /workspace/components/backends/sglang
command:
- /bin/sh
Expand Down Expand Up @@ -89,7 +89,7 @@ spec:
periodSeconds: 10
timeoutSeconds: 1800
failureThreshold: 60
image: nvcr.io/nvidian/dynamo-dev/dynamo-sglang-wideep-runtime:hzhou-0917-01
image: my-registry/sglang-wideep-runtime:my-tag
workingDir: /workspace/components/backends/sglang
command:
- /bin/sh
Expand Down
6 changes: 3 additions & 3 deletions recipes/deepseek-r1/sglang-wideep/tep8p-dep8d-disagg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
periodSeconds: 10
timeoutSeconds: 1800
failureThreshold: 60
image: nvcr.io/nvidian/dynamo-dev/dynamo-sglang-wideep-runtime:hzhou-0917-01
image: my-registry/sglang-wideep-runtime:my-tag
decode:
dynamoNamespace: sgl-dsr1-8gpu
componentType: worker
Expand All @@ -43,7 +43,7 @@ spec:
periodSeconds: 10
timeoutSeconds: 1800
failureThreshold: 60
image: nvcr.io/nvidian/dynamo-dev/dynamo-sglang-wideep-runtime:hzhou-0917-01
image: my-registry/sglang-wideep-runtime:my-tag
workingDir: /workspace/components/backends/sglang
command:
- /bin/sh
Expand Down Expand Up @@ -84,7 +84,7 @@ spec:
periodSeconds: 10
timeoutSeconds: 1800
failureThreshold: 60
image: nvcr.io/nvidian/dynamo-dev/dynamo-sglang-wideep-runtime:hzhou-0917-01
image: my-registry/sglang-wideep-runtime:my-tag
workingDir: /workspace/components/backends/sglang
command:
- /bin/sh
Expand Down
4 changes: 2 additions & 2 deletions tests/planner/perf_test_configs/agg_8b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
memory: "100Gi"
extraPodSpec:
mainContainer:
image: nvcr.io/nvidian/nim-llm-dev/vllm-runtime:hzhou-0825-01
image: my-registry/vllm-runtime:hzhou-0825-01
workingDir: /workspace/components/backends/vllm
command:
- /bin/sh
Expand Down Expand Up @@ -88,7 +88,7 @@ spec:
port: 9090
periodSeconds: 10
failureThreshold: 60
image: nvcr.io/nvidian/nim-llm-dev/vllm-runtime:hzhou-0825-01
image: my-registry/vllm-runtime:hzhou-0825-01
workingDir: /workspace/components/backends/vllm
command:
- /bin/sh
Expand Down
6 changes: 3 additions & 3 deletions tests/planner/perf_test_configs/disagg_8b_2p2d.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
memory: "100Gi"
extraPodSpec:
mainContainer:
image: nvcr.io/nvidian/nim-llm-dev/vllm-runtime:hzhou-0902-01
image: my-registry/vllm-runtime:hzhou-0902-01
workingDir: /workspace/components/backends/vllm
command:
- /bin/sh
Expand Down Expand Up @@ -88,7 +88,7 @@ spec:
port: 9090
periodSeconds: 10
failureThreshold: 60
image: nvcr.io/nvidian/nim-llm-dev/vllm-runtime:hzhou-0902-01
image: my-registry/vllm-runtime:hzhou-0902-01
workingDir: /workspace/components/backends/vllm
command:
- /bin/sh
Expand Down Expand Up @@ -138,7 +138,7 @@ spec:
port: 9090
periodSeconds: 10
failureThreshold: 60
image: nvcr.io/nvidian/nim-llm-dev/vllm-runtime:hzhou-0902-01
image: my-registry/vllm-runtime:hzhou-0902-01
workingDir: /workspace/components/backends/vllm
command:
- /bin/sh
Expand Down
6 changes: 3 additions & 3 deletions tests/planner/perf_test_configs/disagg_8b_3p1d.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
memory: "100Gi"
extraPodSpec:
mainContainer:
image: nvcr.io/nvidian/nim-llm-dev/vllm-runtime:hzhou-0902-01
image: my-registry/vllm-runtime:hzhou-0902-01
workingDir: /workspace/components/backends/vllm
command:
- /bin/sh
Expand Down Expand Up @@ -88,7 +88,7 @@ spec:
port: 9090
periodSeconds: 10
failureThreshold: 60
image: nvcr.io/nvidian/nim-llm-dev/vllm-runtime:hzhou-0902-01
image: my-registry/vllm-runtime:hzhou-0902-01
workingDir: /workspace/components/backends/vllm
command:
- /bin/sh
Expand Down Expand Up @@ -138,7 +138,7 @@ spec:
port: 9090
periodSeconds: 10
failureThreshold: 60
image: nvcr.io/nvidian/nim-llm-dev/vllm-runtime:hzhou-0902-01
image: my-registry/vllm-runtime:hzhou-0902-01
workingDir: /workspace/components/backends/vllm
command:
- /bin/sh
Expand Down
10 changes: 5 additions & 5 deletions tests/planner/perf_test_configs/disagg_8b_planner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
memory: "100Gi"
extraPodSpec:
mainContainer:
image: nvcr.io/nvidian/nim-llm-dev/vllm-runtime:hzhou-0902-01
image: my-registry/vllm-runtime:hzhou-0902-01
workingDir: /workspace/components/backends/vllm
command:
- /bin/sh
Expand Down Expand Up @@ -81,7 +81,7 @@ spec:
failureThreshold: 10
extraPodSpec:
mainContainer:
image: nvcr.io/nvidian/nim-llm-dev/vllm-runtime:hzhou-0902-01
image: my-registry/vllm-runtime:hzhou-0902-01
workingDir: /workspace/components/planner/src/dynamo/planner
ports:
- name: metrics
Expand Down Expand Up @@ -130,7 +130,7 @@ spec:
failureThreshold: 10
extraPodSpec:
mainContainer:
image: nvcr.io/nvidian/nim-llm-dev/vllm-runtime:hzhou-0902-01
image: my-registry/vllm-runtime:hzhou-0902-01
workingDir: /workspace/components/backends/vllm
command:
- /bin/sh
Expand Down Expand Up @@ -181,7 +181,7 @@ spec:
port: 9090
periodSeconds: 10
failureThreshold: 60
image: nvcr.io/nvidian/nim-llm-dev/vllm-runtime:hzhou-0902-01
image: my-registry/vllm-runtime:hzhou-0902-01
workingDir: /workspace/components/backends/vllm
command:
- python3
Expand Down Expand Up @@ -237,7 +237,7 @@ spec:
port: 9090
periodSeconds: 10
failureThreshold: 60
image: nvcr.io/nvidian/nim-llm-dev/vllm-runtime:hzhou-0902-01
image: my-registry/vllm-runtime:hzhou-0902-01
workingDir: /workspace/components/backends/vllm
command:
- python3
Expand Down
6 changes: 3 additions & 3 deletions tests/planner/perf_test_configs/disagg_8b_tp2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
memory: "100Gi"
extraPodSpec:
mainContainer:
image: nvcr.io/nvidian/nim-llm-dev/vllm-runtime:hzhou-0902-01
image: my-registry/vllm-runtime:hzhou-0902-01
workingDir: /workspace/components/backends/vllm
command:
- /bin/sh
Expand Down Expand Up @@ -88,7 +88,7 @@ spec:
port: 9090
periodSeconds: 10
failureThreshold: 60
image: nvcr.io/nvidian/nim-llm-dev/vllm-runtime:hzhou-0902-01
image: my-registry/vllm-runtime:hzhou-0902-01
workingDir: /workspace/components/backends/vllm
command:
- /bin/sh
Expand Down Expand Up @@ -138,7 +138,7 @@ spec:
port: 9090
periodSeconds: 10
failureThreshold: 60
image: nvcr.io/nvidian/nim-llm-dev/vllm-runtime:hzhou-0902-01
image: my-registry/vllm-runtime:hzhou-0902-01
workingDir: /workspace/components/backends/vllm
command:
- /bin/sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- name: nvcr-imagepullsecret
containers:
- name: image-cache
image: nvcr.io/nvidian/nim-llm-dev/vllm-runtime:hzhou-0902-01
image: my-registry/vllm-runtime:hzhou-0902-01
command:
- /bin/sh
- -c
Expand Down
6 changes: 3 additions & 3 deletions tests/planner/profiling_results/H200_TP1P_TP1D/disagg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
memory: "100Gi"
extraPodSpec:
mainContainer:
image: nvcr.io/nvidian/nim-llm-dev/vllm-runtime:hzhou-0813-03
image: my-registry/vllm-runtime:hzhou-0813-03
workingDir: /workspace/components/backends/vllm
command:
- /bin/sh
Expand Down Expand Up @@ -88,7 +88,7 @@ spec:
port: 9090
periodSeconds: 10
failureThreshold: 60
image: nvcr.io/nvidian/nim-llm-dev/vllm-runtime:hzhou-0813-03
image: my-registry/vllm-runtime:hzhou-0813-03
workingDir: /workspace/components/backends/vllm
command:
- /bin/sh
Expand Down Expand Up @@ -138,7 +138,7 @@ spec:
port: 9090
periodSeconds: 10
failureThreshold: 60
image: nvcr.io/nvidian/nim-llm-dev/vllm-runtime:hzhou-0813-03
image: my-registry/vllm-runtime:hzhou-0813-03
workingDir: /workspace/components/backends/vllm
command:
- /bin/sh
Expand Down
10 changes: 5 additions & 5 deletions tests/planner/scaling/disagg_planner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
replicas: 1
extraPodSpec:
mainContainer:
image: nvcr.io/nvidian/dynamo-dev/vllm-runtime:dep-301.6
image: my-registry/vllm-runtime:my-tag
Planner:
dynamoNamespace: vllm-disagg-planner
envFromSecret: hf-token-secret
Expand All @@ -45,7 +45,7 @@ spec:
failureThreshold: 10
extraPodSpec:
mainContainer:
image: nvcr.io/nvidian/dynamo-dev/vllm-runtime:dep-301.6
image: my-registry/vllm-runtime:my-tag
workingDir: /workspace/components/planner/src/dynamo/planner
ports:
- name: metrics
Expand Down Expand Up @@ -93,7 +93,7 @@ spec:
failureThreshold: 10
extraPodSpec:
mainContainer:
image: nvcr.io/nvidian/dynamo-dev/vllm-runtime:dep-301.6
image: my-registry/vllm-runtime:my-tag
workingDir: /workspace/components/backends/vllm
command:
- /bin/sh
Expand All @@ -116,7 +116,7 @@ spec:
port: 9090
periodSeconds: 30
failureThreshold: 60
image: nvcr.io/nvidian/dynamo-dev/vllm-runtime:dep-301.6
image: my-registry/vllm-runtime:my-tag
workingDir: /workspace/components/backends/vllm
command:
- /bin/sh
Expand All @@ -139,7 +139,7 @@ spec:
port: 9090
periodSeconds: 30
failureThreshold: 60
image: nvcr.io/nvidian/dynamo-dev/vllm-runtime:dep-301.6
image: my-registry/vllm-runtime:my-tag
workingDir: /workspace/components/backends/vllm
command:
- /bin/sh
Expand Down
Loading