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
6458ef80
Unverified
Commit
6458ef80
authored
Jan 08, 2026
by
ptarasiewiczNV
Committed by
GitHub
Jan 08, 2026
Browse files
fix: Update model cache pvc name (#5270)
Signed-off-by:
Piotr Tarasiewicz
<
ptarasiewicz@nvidia.com
>
parent
fcc4a60f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
recipes/deepseek-r1/vllm/disagg/README.md
recipes/deepseek-r1/vllm/disagg/README.md
+1
-1
recipes/deepseek-r1/vllm/disagg/deploy_hopper_16gpu.yaml
recipes/deepseek-r1/vllm/disagg/deploy_hopper_16gpu.yaml
+4
-4
No files found.
recipes/deepseek-r1/vllm/disagg/README.md
View file @
6458ef80
...
...
@@ -72,7 +72,7 @@ Test the deployment locally by port-forwarding and sending a request:
```
bash
# Port-forward the frontend Service to localhost:8000 (replace <frontend-svc> with the actual Service name)
kubectl port-forward svc/
test3-
vllm-dsr1-frontend 8000:8000
-n
${
NAMESPACE
}
&
kubectl port-forward svc/vllm-dsr1-frontend 8000:8000
-n
${
NAMESPACE
}
&
```
```
bash
...
...
recipes/deepseek-r1/vllm/disagg/deploy_hopper_16gpu.yaml
View file @
6458ef80
...
...
@@ -4,11 +4,11 @@
apiVersion
:
nvidia.com/v1alpha1
kind
:
DynamoGraphDeployment
metadata
:
name
:
test3-
vllm-dsr1
name
:
vllm-dsr1
spec
:
backendFramework
:
vllm
pvcs
:
-
name
:
model-cache
-pvc
-
name
:
model-cache
create
:
false
services
:
Frontend
:
...
...
@@ -37,7 +37,7 @@ spec:
custom
:
rdma/ib
:
"
8"
volumeMounts
:
-
name
:
model-cache
-pvc
-
name
:
model-cache
mountPoint
:
/model-cache
sharedMemory
:
size
:
80Gi
...
...
@@ -104,7 +104,7 @@ spec:
custom
:
rdma/ib
:
"
8"
volumeMounts
:
-
name
:
model-cache
-pvc
-
name
:
model-cache
mountPoint
:
/model-cache
sharedMemory
:
size
:
80Gi
...
...
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