bench.wasm : same as "bench" but runs in the browser (#89)

This commit is contained in:
Georgi Gerganov
2022-12-11 11:09:01 +02:00
parent 85c9ac18b5
commit fcf515de60
9 changed files with 383 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
# bench
A very basic tool for benchmarking the inference performance on your device. The tool simply runs the Encoder part of the transformer on some random audio data and records the execution time. This way we can have an objective comparison of the performance of the model for various setups.
A very basic tool for benchmarking the inference performance on your device. The tool simply runs the Encoder part of
the transformer on some random audio data and records the execution time. This way we can have an objective comparison
of the performance of the model for various setups.
Benchmark results are tracked in the following Github issue: https://github.com/ggerganov/whisper.cpp/issues/89