From a6c786d5dccf5f54a92da890f70715b4c9831172 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Tue, 25 Oct 2022 20:51:56 +0300 Subject: [PATCH] Update README.md --- examples/bench/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/bench/README.md b/examples/bench/README.md index 9fc657c..f8d48c1 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'