From: genevera (she/her) Date: Sat, 27 May 2023 07:40:28 +0000 (-0400) Subject: models : fix README.md (#964) X-Git-Tag: upstream/1.7.4~1422 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=9b926844e3ae0ca6a0d13573b2e0349be1a4b573;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp models : fix README.md (#964) Fixes typo on line 76 of models/README.md --- diff --git a/models/README.md b/models/README.md index c62f0361..10446a63 100644 --- a/models/README.md +++ b/models/README.md @@ -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 .