Update README.md

pull/94/head
Georgi Gerganov 2 years ago
parent 9ccafa8792
commit a6c786d5dc

@ -4,7 +4,11 @@ A very basic tool for benchmarking the inference performance on your device. The
Benchmark results are tracked in the following Github issue: https://github.com/ggerganov/whisper.cpp/issues/89
```
```bash
# build the bench tool
$ make bench
# run it on the small.en model using 4 threads
$ ./bench -m ./models/ggml-small.en.bin -t 4
whisper_model_load: loading model from './models/ggml-small.en.bin'

Loading…
Cancel
Save