Spaces:
Running
Running
Peng
commited on
readme : update the path to bench.py (#2386)
Browse files
README.md
CHANGED
|
@@ -751,7 +751,7 @@ took to execute it. The results are summarized in the following Github issue:
|
|
| 751 |
|
| 752 |
[Benchmark results](https://github.com/ggerganov/whisper.cpp/issues/89)
|
| 753 |
|
| 754 |
-
Additionally a script to run whisper.cpp with different models and audio files is provided [bench.py](bench.py).
|
| 755 |
|
| 756 |
You can run it with the following command, by default it will run against any standard model in the models folder.
|
| 757 |
|
|
|
|
| 751 |
|
| 752 |
[Benchmark results](https://github.com/ggerganov/whisper.cpp/issues/89)
|
| 753 |
|
| 754 |
+
Additionally a script to run whisper.cpp with different models and audio files is provided [bench.py](scripts/bench.py).
|
| 755 |
|
| 756 |
You can run it with the following command, by default it will run against any standard model in the models folder.
|
| 757 |
|