From: Georgi Gerganov Date: Tue, 25 Oct 2022 17:51:56 +0000 (+0300) Subject: Update README.md X-Git-Tag: upstream/1.7.4~1898 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=a6c786d5dccf5f54a92da890f70715b4c9831172;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp Update README.md --- diff --git a/examples/bench/README.md b/examples/bench/README.md index 9fc657ce..f8d48c1b 100644 --- a/examples/bench/README.md +++ b/examples/bench/README.md @@ -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'