Skip to content

Commit 3377a5b

Browse files
committed
updated URL for downloading models
1 parent d549400 commit 3377a5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/whispercpp/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
)
3030

3131
MODELS_URL = {
32-
model_type: f"https://ggml.ggerganov.com/ggml-model-whisper-{model_type}.bin"
32+
model_type: f"https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-{model_type}.bin?download=true"
3333
for model_type in (
3434
"tiny.en",
3535
"tiny.en-q5_1",

0 commit comments

Comments
 (0)