Unverified Commit 6e9782ba authored by Hongkuan Zhou's avatar Hongkuan Zhou Committed by GitHub
Browse files

chore: update pvc name for trtllm dsr1 recipe (#4595)


Signed-off-by: default avatarhongkuanz <hongkuanz@nvidia.com>
parent d0e3b7b7
......@@ -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)
......
......@@ -150,5 +150,5 @@ spec:
volumes:
- name: model-cache
persistentVolumeClaim:
claimName: model-cache-pvc
claimName: model-cache
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment