Skip to content

Commit 8ac23c9

Browse files
committed
models : handle paths with spaces in download script (close ggml-org#1038)
1 parent 14baf2e commit 8ac23c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/download-ggml-model.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ fi
5454

5555
printf "Downloading ggml model $model from '$src' ...\n"
5656

57-
cd $models_path
57+
cd "$models_path"
5858

5959
if [ -f "ggml-$model.bin" ]; then
6060
printf "Model $model already exists. Skipping download.\n"

0 commit comments

Comments
 (0)