Spaces:
Running
Running
genevera (she/her)
commited on
models : fix README.md (#964)
Browse filesFixes typo on line 76 of models/README.md
- 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-
|
| 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 .
|