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
edc0d4b6
Unverified
Commit
edc0d4b6
authored
Feb 20, 2026
by
mwieczorek
Committed by
GitHub
Feb 20, 2026
Browse files
fix(recipes): change componentType from "main" to "worker" for TRT-LL… (#5788)
parent
2baafc2a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
recipes/gpt-oss-120b/trtllm/agg/deploy.yaml
recipes/gpt-oss-120b/trtllm/agg/deploy.yaml
+1
-1
recipes/qwen3-235b-a22b-fp8/trtllm/agg/deploy.yaml
recipes/qwen3-235b-a22b-fp8/trtllm/agg/deploy.yaml
+1
-1
recipes/qwen3-32b-fp8/trtllm/agg/deploy.yaml
recipes/qwen3-32b-fp8/trtllm/agg/deploy.yaml
+1
-1
No files found.
recipes/gpt-oss-120b/trtllm/agg/deploy.yaml
View file @
edc0d4b6
...
@@ -48,7 +48,7 @@ spec:
...
@@ -48,7 +48,7 @@ spec:
image
:
nvcr.io/nvidia/ai-dynamo/tensorrtllm-runtime:0.8.0
image
:
nvcr.io/nvidia/ai-dynamo/tensorrtllm-runtime:0.8.0
replicas
:
1
replicas
:
1
TrtllmWorker
:
TrtllmWorker
:
componentType
:
main
componentType
:
worker
envFromSecret
:
hf-token-secret
envFromSecret
:
hf-token-secret
volumeMounts
:
volumeMounts
:
-
name
:
model-cache
-
name
:
model-cache
...
...
recipes/qwen3-235b-a22b-fp8/trtllm/agg/deploy.yaml
View file @
edc0d4b6
...
@@ -57,7 +57,7 @@ spec:
...
@@ -57,7 +57,7 @@ spec:
-
/bin/sh
-
/bin/sh
-
-c
-
-c
TrtllmWorker
:
TrtllmWorker
:
componentType
:
main
componentType
:
worker
envFromSecret
:
hf-token-secret
envFromSecret
:
hf-token-secret
sharedMemory
:
sharedMemory
:
size
:
256Gi
size
:
256Gi
...
...
recipes/qwen3-32b-fp8/trtllm/agg/deploy.yaml
View file @
edc0d4b6
...
@@ -64,7 +64,7 @@ spec:
...
@@ -64,7 +64,7 @@ spec:
image
:
nvcr.io/nvidia/ai-dynamo/tensorrtllm-runtime:0.8.0
image
:
nvcr.io/nvidia/ai-dynamo/tensorrtllm-runtime:0.8.0
replicas
:
1
replicas
:
1
TrtllmWorker
:
TrtllmWorker
:
componentType
:
main
componentType
:
worker
envFromSecret
:
hf-token-secret
envFromSecret
:
hf-token-secret
volumeMounts
:
volumeMounts
:
-
name
:
model-cache
-
name
:
model-cache
...
...
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