From 9b926844e3ae0ca6a0d13573b2e0349be1a4b573 Mon Sep 17 00:00:00 2001 From: "genevera (she/her)" Date: Sat, 27 May 2023 03:40:28 -0400 Subject: [PATCH] models : fix README.md (#964) Fixes typo on line 76 of models/README.md --- models/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/README.md b/models/README.md index c62f036..10446a6 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 .