mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-27 09:08:55 +01:00
models : fix README.md (#964)
Fixes typo on line 76 of models/README.md
This commit is contained in:
parent
5e2b3407ef
commit
9b926844e3
@ -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 .
|
||||
|
Loading…
Reference in New Issue
Block a user