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
89bb3fe9
Unverified
Commit
89bb3fe9
authored
Oct 31, 2025
by
Alec
Committed by
GitHub
Oct 31, 2025
Browse files
fix: remove quote (#4027)
Signed-off-by:
alec-flowers
<
aflowers@nvidia.com
>
parent
e6809ff0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
recipes/qwen3-32b-fp8/model-cache/model-download.yaml
recipes/qwen3-32b-fp8/model-cache/model-download.yaml
+1
-1
No files found.
recipes/qwen3-32b-fp8/model-cache/model-download.yaml
View file @
89bb3fe9
...
@@ -34,7 +34,7 @@ spec:
...
@@ -34,7 +34,7 @@ spec:
-
|
-
|
set -eux
set -eux
pip install --no-cache-dir huggingface_hub hf_transfer
pip install --no-cache-dir huggingface_hub hf_transfer
hf download $MODEL_NAME --revision $MODEL_REVISION
"
hf download $MODEL_NAME --revision $MODEL_REVISION
volumeMounts
:
volumeMounts
:
-
name
:
model-cache
-
name
:
model-cache
mountPath
:
/model-store
mountPath
:
/model-store
...
...
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