From 8bfa8574e25541fee96d31431a4ff50cd82be362 Mon Sep 17 00:00:00 2001 From: Peng Date: Wed, 28 Aug 2024 16:45:05 +0800 Subject: [PATCH] readme : update the path to bench.py (#2386) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5b66cb..e9b5edf 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.