Skip to content

Commit

Permalink
manifests: fix setup-model download path
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Feb 20, 2024
1 parent a73bb66 commit a16d364
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions manifests/setup-model-base/setup-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@ spec:
image: busybox
command: [
"wget",
"-P",
"/mnt/models/",
"--continue", # can help if the download fails and the pod needs to be restarted
"--output-document",
"model.gguf",
"/mnt/models/model.gguf",
"<dummy>", # replace this or use kustomize
]
volumeMounts:
Expand Down

0 comments on commit a16d364

Please sign in to comment.