Skip to content

Commit 119ab10

Browse files
Merge pull request #116 from pUrGe12/fix-url
[bug-fix] URL being used for downloading models is broken
2 parents d549400 + 1a7df9f commit 119ab10

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"
3333
for model_type in (
3434
"tiny.en",
3535
"tiny.en-q5_1",

0 commit comments

Comments
 (0)