We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00509d commit d629c03Copy full SHA for d629c03
models/download-ggml-model.cmd
@@ -40,7 +40,7 @@ if exist "ggml-%model%.bin" (
40
goto :eof
41
)
42
43
-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"
44
45
if %ERRORLEVEL% neq 0 (
46
echo Failed to download ggml model %model%
0 commit comments