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
9f3cc6e9
Unverified
Commit
9f3cc6e9
authored
Jan 29, 2026
by
ptarasiewiczNV
Committed by
GitHub
Jan 29, 2026
Browse files
fix: Use fixed vLLM DSR1 checkpoint path (#5721)
Signed-off-by:
Piotr Tarasiewicz
<
ptarasiewicz@nvidia.com
>
parent
584020f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
recipes/deepseek-r1/vllm/disagg/deploy_hopper_16gpu.yaml
recipes/deepseek-r1/vllm/disagg/deploy_hopper_16gpu.yaml
+5
-5
No files found.
recipes/deepseek-r1/vllm/disagg/deploy_hopper_16gpu.yaml
View file @
9f3cc6e9
...
@@ -7,9 +7,6 @@ metadata:
...
@@ -7,9 +7,6 @@ metadata:
name
:
vllm-dsr1
name
:
vllm-dsr1
spec
:
spec
:
backendFramework
:
vllm
backendFramework
:
vllm
envs
:
-
name
:
HF_HOME
value
:
/model-cache
pvcs
:
pvcs
:
-
name
:
model-cache
-
name
:
model-cache
create
:
false
create
:
false
...
@@ -17,6 +14,9 @@ spec:
...
@@ -17,6 +14,9 @@ spec:
Frontend
:
Frontend
:
componentType
:
frontend
componentType
:
frontend
replicas
:
1
replicas
:
1
volumeMounts
:
-
name
:
model-cache
mountPoint
:
/model-cache
extraPodSpec
:
extraPodSpec
:
mainContainer
:
mainContainer
:
startupProbe
:
startupProbe
:
...
@@ -73,7 +73,7 @@ spec:
...
@@ -73,7 +73,7 @@ spec:
args
:
args
:
-
|
-
|
exec python3 -m dynamo.vllm \
exec python3 -m dynamo.vllm \
--model
deepseek-ai/D
eep
S
eek-
R
1 \
--model
/model-cache/d
eep
s
eek-
r
1 \
--served-model-name deepseek-ai/DeepSeek-R1 \
--served-model-name deepseek-ai/DeepSeek-R1 \
--all2all-backend deepep_low_latency \
--all2all-backend deepep_low_latency \
--data-parallel-hybrid-lb \
--data-parallel-hybrid-lb \
...
@@ -132,7 +132,7 @@ spec:
...
@@ -132,7 +132,7 @@ spec:
args
:
args
:
-
|
-
|
exec python3 -m dynamo.vllm \
exec python3 -m dynamo.vllm \
--model
deepseek-ai/D
eep
S
eek-
R
1 \
--model
/model-cache/d
eep
s
eek-
r
1 \
--is-prefill-worker \
--is-prefill-worker \
--served-model-name deepseek-ai/DeepSeek-R1 \
--served-model-name deepseek-ai/DeepSeek-R1 \
--all2all-backend deepep_high_throughput \
--all2all-backend deepep_high_throughput \
...
...
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