models : change HF hosting from dataset to model

This commit is contained in:
Georgi Gerganov
2023-03-22 20:44:56 +02:00
parent 09e9068007
commit 1beff6f66d
7 changed files with 9 additions and 10 deletions

View File

@@ -466,7 +466,7 @@ The original models are converted to a custom binary format. This allows to pack
You can download the converted models using the [models/download-ggml-model.sh](models/download-ggml-model.sh) script
or manually from here:
- https://huggingface.co/datasets/ggerganov/whisper.cpp
- https://huggingface.co/ggerganov/whisper.cpp
- https://ggml.ggerganov.com
For more details, see the conversion script [models/convert-pt-to-ggml.py](models/convert-pt-to-ggml.py) or the README