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
6e9782ba
Unverified
Commit
6e9782ba
authored
Nov 25, 2025
by
Hongkuan Zhou
Committed by
GitHub
Nov 25, 2025
Browse files
chore: update pvc name for trtllm dsr1 recipe (#4595)
Signed-off-by:
hongkuanz
<
hongkuanz@nvidia.com
>
parent
d0e3b7b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
recipes/deepseek-r1/trtllm/disagg/wide_ep/gb200/deploy.yaml
recipes/deepseek-r1/trtllm/disagg/wide_ep/gb200/deploy.yaml
+3
-3
recipes/deepseek-r1/trtllm/disagg/wide_ep/gb200/perf.yaml
recipes/deepseek-r1/trtllm/disagg/wide_ep/gb200/perf.yaml
+1
-1
No files found.
recipes/deepseek-r1/trtllm/disagg/wide_ep/gb200/deploy.yaml
View file @
6e9782ba
...
...
@@ -106,7 +106,7 @@ metadata:
name
:
trtllm-disagg-multinode
spec
:
pvcs
:
-
name
:
model-cache
-pvc
-
name
:
model-cache
create
:
false
envs
:
-
name
:
NCCL_MNNVL_ENABLE
...
...
@@ -143,7 +143,7 @@ spec:
# NOTE: Prefill uses 1 node (no multinode section = single node)
# and contributes to ComputeDomain.numNodes (see above)
volumeMounts
:
-
name
:
model-cache
-pvc
-
name
:
model-cache
mountPoint
:
/model-cache
sharedMemory
:
size
:
800Gi
...
...
@@ -198,7 +198,7 @@ spec:
componentType
:
worker
replicas
:
1
volumeMounts
:
-
name
:
model-cache
-pvc
-
name
:
model-cache
mountPoint
:
/model-cache
multinode
:
# NOTE: This nodeCount contributes to ComputeDomain.numNodes (see above)
...
...
recipes/deepseek-r1/trtllm/disagg/wide_ep/gb200/perf.yaml
View file @
6e9782ba
...
...
@@ -150,5 +150,5 @@ spec:
volumes
:
-
name
:
model-cache
persistentVolumeClaim
:
claimName
:
model-cache
-pvc
claimName
:
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