readme : add instructions on converting to GGML + "--no-config" to wget (#874)

This commit is contained in:
Clifford Heath
2023-05-09 03:58:36 +10:00
committed by GitHub
parent 1a548c048e
commit 9931d66400
3 changed files with 20 additions and 6 deletions

View File

@@ -71,6 +71,8 @@ Then, download one of the Whisper models converted in [ggml format](models). For
bash ./models/download-ggml-model.sh base.en
```
If you wish to convert the Whisper models to ggml format yourself, instructions are in [models/README.md](models/README.md).
Now build the [main](examples/main) example and transcribe an audio file like this:
```bash