]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
models : fix README.md (#964)
authorgenevera (she/her) <redacted>
Sat, 27 May 2023 07:40:28 +0000 (03:40 -0400)
committerGitHub <redacted>
Sat, 27 May 2023 07:40:28 +0000 (10:40 +0300)
Fixes typo on line 76 of models/README.md

models/README.md

index c62f0361ea3b7ef752441c9eb08f3cafb29198f3..10446a63d5fc554c14e78cc9bd15eb40c80c46a3 100644 (file)
@@ -70,7 +70,7 @@ git clone https://github.com/openai/whisper
 git clone https://github.com/ggerganov/whisper.cpp
 
 # clone HF fine-tuned model (this is just an example)
-git clone https://huggingface.co/openai/whisper-base.en
+git clone https://huggingface.co/openai/whisper-medium
 
 # convert the model to ggml
 python3 ./whisper.cpp/models/convert-h5-to-ggml.py ./whisper-medium/ ./whisper .