|
|
@ -40,7 +40,7 @@ if exist "ggml-%model%.bin" (
|
|
|
|
goto :eof
|
|
|
|
goto :eof
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "Invoke-WebRequest -Uri https://huggingface.co/datasets/ggerganov/whisper.cpp/raw/main/ggml-%model%.bin -OutFile ggml-%model%.bin"
|
|
|
|
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "Invoke-WebRequest -Uri https://huggingface.co/datasets/ggerganov/whisper.cpp/resolve/main/ggml-%model%.bin -OutFile ggml-%model%.bin"
|
|
|
|
|
|
|
|
|
|
|
|
if %ERRORLEVEL% neq 0 (
|
|
|
|
if %ERRORLEVEL% neq 0 (
|
|
|
|
echo Failed to download ggml model %model%
|
|
|
|
echo Failed to download ggml model %model%
|
|
|
|