models : cd statements are quoted to allow spaces in path (#1041)

This commit is contained in:
Roddur Dasgupta
2023-06-25 05:27:28 -07:00
committed by GitHub
parent 8ac23c9f77
commit f11f33f1c0
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ goto :eof
:download_model
echo Downloading ggml model %model%...
cd %models_path%
cd "%models_path%"
if exist "ggml-%model%.bin" (
echo Model %model% already exists. Skipping download.