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: ...@@ -106,7 +106,7 @@ metadata:
name: trtllm-disagg-multinode name: trtllm-disagg-multinode
spec: spec:
pvcs: pvcs:
- name: model-cache-pvc - name: model-cache
create: false create: false
envs: envs:
- name: NCCL_MNNVL_ENABLE - name: NCCL_MNNVL_ENABLE
...@@ -143,7 +143,7 @@ spec: ...@@ -143,7 +143,7 @@ spec:
# NOTE: Prefill uses 1 node (no multinode section = single node) # NOTE: Prefill uses 1 node (no multinode section = single node)
# and contributes to ComputeDomain.numNodes (see above) # and contributes to ComputeDomain.numNodes (see above)
volumeMounts: volumeMounts:
- name: model-cache-pvc - name: model-cache
mountPoint: /model-cache mountPoint: /model-cache
sharedMemory: sharedMemory:
size: 800Gi size: 800Gi
...@@ -198,7 +198,7 @@ spec: ...@@ -198,7 +198,7 @@ spec:
componentType: worker componentType: worker
replicas: 1 replicas: 1
volumeMounts: volumeMounts:
- name: model-cache-pvc - name: model-cache
mountPoint: /model-cache mountPoint: /model-cache
multinode: multinode:
# NOTE: This nodeCount contributes to ComputeDomain.numNodes (see above) # NOTE: This nodeCount contributes to ComputeDomain.numNodes (see above)
......
...@@ -150,5 +150,5 @@ spec: ...@@ -150,5 +150,5 @@ spec:
volumes: volumes:
- name: model-cache - name: model-cache
persistentVolumeClaim: 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