]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
Update README.md
authorGeorgi Gerganov <redacted>
Tue, 25 Oct 2022 17:51:56 +0000 (20:51 +0300)
committerGeorgi Gerganov <redacted>
Tue, 25 Oct 2022 17:53:48 +0000 (20:53 +0300)
examples/bench/README.md

index 9fc657ce5500c3f1d72020846a4d67798f068375..f8d48c1b575bb855c6e3e6d2d9737c7e81275a8a 100644 (file)
@@ -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'