Back to Whisper Cpp

bench : Benchmark whisper.cpp performance in the browser

examples/bench.wasm/index-tmpl.html

1.8.41.2 KB
Original Source

bench : Benchmark whisper.cpp performance in the browser

You can find more about this project on GitHub.

More examples: main | bench | stream | command | wchess |


Select the model you would like to use and click the "Bench" button.
The results will be displayed in the textarea below.

Whisper model: tiny.en (75 MB)base.en (142 MB)small.en (466 MB)

Quantized models:

tiny.en (Q5_1, 31 MB)base.en (Q5_1, 57 MB)small.en (Q5_1, 182 MB)medium.en (Q5_0, 515 MB)large (Q5_0, 1030 MB)

BenchClear Cache


Debug output:
Troubleshooting

The page does some heavy computations, so make sure:

  • To use a modern web browser (e.g. Chrome, Firefox)
  • To use a fast desktop or laptop computer (i.e. not a mobile phone)
  • Your browser supports WASM Fixed-width SIMD

| Build time: @GIT_DATE@ | Commit hash: @GIT_SHA1@ | Commit subject: @GIT_COMMIT_SUBJECT@ | Source Code |