mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-11-07 16:44:13 +01:00
9edbd0a204
* 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
51 lines
696 B
Plaintext
51 lines
696 B
Plaintext
*.o
|
|
*.a
|
|
.cache/
|
|
.coreml/
|
|
.test/
|
|
.vs/
|
|
.vscode/
|
|
.DS_Store
|
|
|
|
build/
|
|
build-em/
|
|
build-debug/
|
|
build-release/
|
|
build-rwdi/
|
|
build-static/
|
|
build-cublas/
|
|
build-no-accel/
|
|
build-sanitize-addr/
|
|
build-sanitize-thread/
|
|
|
|
/main
|
|
/stream
|
|
/command
|
|
/talk
|
|
/talk-llama
|
|
/bench
|
|
/quantize
|
|
/lsp
|
|
|
|
arm_neon.h
|
|
sync.sh
|
|
libwhisper.a
|
|
libwhisper.so
|
|
compile_commands.json
|
|
|
|
examples/arm_neon.h
|
|
examples/whisper.objc/whisper.objc.xcodeproj/xcshareddata
|
|
examples/whisper.objc/whisper.objc.xcodeproj/xcuserdata/
|
|
examples/whisper.objc/whisper.objc.xcodeproj/project.xcworkspace/xcuserdata
|
|
|
|
extra/bench-gg.txt
|
|
|
|
models/*.mlmodel
|
|
models/*.mlmodelc
|
|
models/*.mlpackage
|
|
bindings/java/.gradle/
|
|
bindings/java/.idea/
|
|
.idea/
|
|
|
|
benchmark_results.csv
|