mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-04-14 06:26:49 +00:00
Document how to prepare whisper-cli
and model files
Feedback from Daniel Bevenius. This adds a short code example how to prepare the `whisper-cli` command, to make the initial setup step a little bit clearer. Signed-off-by: Fujimoto Seiji <fujimoto@ceptord.net>
This commit is contained in:
parent
35e4ebb665
commit
de329b7816
@ -11,7 +11,14 @@ performance of whisper.cpp on LibriSpeech corpus.
|
||||
1. (Pre-requirement) Compile `whisper-cli` and prepare the Whisper
|
||||
model in `ggml` format.
|
||||
|
||||
- Consult [whisper.cpp/README.md](../../README.md).
|
||||
```
|
||||
$ # Execute the commands below in the project root dir.
|
||||
$ cmake -B build
|
||||
$ cmake --build build --config Release
|
||||
$ ./models/download-ggml-model.sh tiny
|
||||
```
|
||||
|
||||
Consult [whisper.cpp/README.md](../../README.md) for more details.
|
||||
|
||||
2. Download the audio files from LibriSpeech project.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user