From: Peng Date: Wed, 28 Aug 2024 08:45:05 +0000 (+0800) Subject: readme : update the path to bench.py (#2386) X-Git-Tag: upstream/1.7.4~482 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=8bfa8574e25541fee96d31431a4ff50cd82be362;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp readme : update the path to bench.py (#2386) --- diff --git a/README.md b/README.md index c5b66cbd..e9b5edf7 100644 --- a/README.md +++ b/README.md @@ -751,7 +751,7 @@ took to execute it. The results are summarized in the following Github issue: [Benchmark results](https://github.com/ggerganov/whisper.cpp/issues/89) -Additionally a script to run whisper.cpp with different models and audio files is provided [bench.py](bench.py). +Additionally a script to run whisper.cpp with different models and audio files is provided [bench.py](scripts/bench.py). You can run it with the following command, by default it will run against any standard model in the models folder.