]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
extra: Add benchmark script implemented in Python (#1298)
authorNeil Chudleigh <redacted>
Mon, 25 Sep 2023 15:45:15 +0000 (08:45 -0700)
committerGitHub <redacted>
Mon, 25 Sep 2023 15:45:15 +0000 (23:45 +0800)
commit9edbd0a204cd552cb327f80fd82f0ecc3ad7d1cf
tree0dba360b8fabd0a2ecf7b5329a37997cb3406e82
parent707507ff6d8a9062acf26724164c78c86854509b
extra: Add benchmark script implemented in Python (#1298)

* Create bench.py

* Various benchmark results

* Update benchmark script with hardware name, and file checks

* Remove old benchmark results

* Add git shorthash

* Round to 2 digits on calculated floats

* Fix the header reference when sorting results

* FIx order of models

* Parse file name

* Simplify filecheck

* Improve print run print statement

* Use simplified model name

* Update benchmark_results.csv

* Process single or lists of processors and threads

* Ignore benchmark results, dont check in

* Move bench.py to extra folder

* Readme section on how to use

* Move command to correct location

* Use separate list for models that exist

* Handle subprocess error in git short hash check

* Fix filtered models list initialization
.gitignore
README.md
extra/bench.py [new file with mode: 0644]