mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-06-17 06:18:08 +00:00
models : cd statements are quoted to allow spaces in path (#1041)
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user