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
5c8f8ffb
"lib/llm/vscode:/vscode.git/clone" did not exist on "a2154ba5606ebda6b7f6d981c365b151f7050665"
Unverified
Commit
5c8f8ffb
authored
Apr 20, 2026
by
Ryan McCormick
Committed by
GitHub
Apr 20, 2026
Browse files
docs(mocker): clarify mocker image placeholder (#8274)
parent
846ce71a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
5 deletions
+15
-5
examples/backends/mocker/deploy/agg.yaml
examples/backends/mocker/deploy/agg.yaml
+7
-2
examples/backends/mocker/deploy/disagg.yaml
examples/backends/mocker/deploy/disagg.yaml
+8
-3
No files found.
examples/backends/mocker/deploy/agg.yaml
View file @
5c8f8ffb
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
# NOTE: There is no dedicated `mocker-runtime` image. The mocker component
# (`python3 -m dynamo.mocker`) is bundled into the standard Dynamo backend
# runtime images published on NGC (e.g. `nvcr.io/nvidia/ai-dynamo/vllm-runtime`,
# `sglang-runtime`, `tensorrtllm-runtime`). Replace `my-dynamo-image:my-tag`
# below with any of those tags, or with your own built image.
apiVersion
:
nvidia.com/v1alpha1
kind
:
DynamoGraphDeployment
metadata
:
...
...
@@ -12,7 +17,7 @@ spec:
replicas
:
1
extraPodSpec
:
mainContainer
:
image
:
my-
registry/mocker-runtim
e:my-tag
image
:
my-
dynamo-imag
e:my-tag
decode
:
envFromSecret
:
hf-token-secret
componentType
:
worker
...
...
@@ -20,7 +25,7 @@ spec:
replicas
:
1
extraPodSpec
:
mainContainer
:
image
:
my-
registry/mocker-runtim
e:my-tag
image
:
my-
dynamo-imag
e:my-tag
workingDir
:
/workspace
command
:
-
python3
...
...
examples/backends/mocker/deploy/disagg.yaml
View file @
5c8f8ffb
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
# NOTE: There is no dedicated `mocker-runtime` image. The mocker component
# (`python3 -m dynamo.mocker`) is bundled into the standard Dynamo backend
# runtime images published on NGC (e.g. `nvcr.io/nvidia/ai-dynamo/vllm-runtime`,
# `sglang-runtime`, `tensorrtllm-runtime`). Replace `my-dynamo-image:my-tag`
# below with any of those tags, or with your own built image.
apiVersion
:
nvidia.com/v1alpha1
kind
:
DynamoGraphDeployment
metadata
:
...
...
@@ -12,7 +17,7 @@ spec:
replicas
:
1
extraPodSpec
:
mainContainer
:
image
:
my-
registry/mocker-runtim
e:my-tag
image
:
my-
dynamo-imag
e:my-tag
prefill
:
envFromSecret
:
hf-token-secret
componentType
:
worker
...
...
@@ -20,7 +25,7 @@ spec:
replicas
:
1
extraPodSpec
:
mainContainer
:
image
:
my-
registry/mocker-runtim
e:my-tag
image
:
my-
dynamo-imag
e:my-tag
workingDir
:
/workspace
command
:
-
python3
...
...
@@ -44,7 +49,7 @@ spec:
replicas
:
1
extraPodSpec
:
mainContainer
:
image
:
my-
registry/mocker-runtim
e:my-tag
image
:
my-
dynamo-imag
e:my-tag
workingDir
:
/workspace
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