readme : update the path to bench.py (#2386)

This commit is contained in:
Peng
2024-08-28 16:45:05 +08:00
committed by GitHub
parent 376567bf4f
commit 8bfa8574e2

View File

@@ -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) [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. You can run it with the following command, by default it will run against any standard model in the models folder.