whisper.cpp
whisper.cpp copied to clipboard
Difference between whisper-bin and whisper-blas-bin ?
I'm not familiar with the architecture, would appreciate a quick ELI5 explanation of this - - thanks!
whisper.cpp has a built-in matrix-multiplication routine. Additionally, it supports using a 3rd party matrix multiplication provided by the OpenBLAS library. Which one is faster depends on the CPU and hardware that you are running it on.
whisper-binuses the built-in routinewhisper-blas-binuses the 3rd party OpenBLAS routine
You can see which one performs better for you