Skip to content

Commit

Permalink
models : fix README.md (#964)
Browse files Browse the repository at this point in the history
Fixes typo on line 76 of models/README.md
  • Loading branch information
genevera committed May 27, 2023
1 parent 5e2b340 commit 9b92684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/README.md
Expand Up @@ -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 .
Expand Down

0 comments on commit 9b92684

Please sign in to comment.