genevera (she/her) commited on
Commit
9cc4aaa
·
unverified ·
1 Parent(s): ed6d1a3

models : fix README.md (#964)

Browse files

Fixes typo on line 76 of models/README.md

Files changed (1) hide show
  1. models/README.md +1 -1
models/README.md CHANGED
@@ -70,7 +70,7 @@ git clone https://github.com/openai/whisper
70
  git clone https://github.com/ggerganov/whisper.cpp
71
 
72
  # clone HF fine-tuned model (this is just an example)
73
- git clone https://huggingface.co/openai/whisper-base.en
74
 
75
  # convert the model to ggml
76
  python3 ./whisper.cpp/models/convert-h5-to-ggml.py ./whisper-medium/ ./whisper .
 
70
  git clone https://github.com/ggerganov/whisper.cpp
71
 
72
  # clone HF fine-tuned model (this is just an example)
73
+ git clone https://huggingface.co/openai/whisper-medium
74
 
75
  # convert the model to ggml
76
  python3 ./whisper.cpp/models/convert-h5-to-ggml.py ./whisper-medium/ ./whisper .