We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d549400 + 1a7df9f commit 119ab10Copy full SHA for 119ab10
1 file changed
src/whispercpp/utils.py
@@ -29,7 +29,7 @@
29
)
30
31
MODELS_URL = {
32
- model_type: f"https://ggml.ggerganov.com/ggml-model-whisper-{model_type}.bin"
+ model_type: f"https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-{model_type}.bin"
33
for model_type in (
34
"tiny.en",
35
"tiny.en-q5_1",
0 commit comments