Replies: 1 comment 6 replies
-
Hey, thanks for sharing this here! I'm the author of faster-whisper and CTranslate2. I was a bit surprised by the benchmark results on this CPU. I attribute most of the gains to our integration of Intel oneMKL which basically offers unmatched performance for matrix multiplication. Also oneMKL can make use of AVX512 instructions, which are supported by this processor. I just relaunched the whisper.cpp fp16 run to make sure I did not make a mistake. For reference, below is the command that I used and the output logs (with commit 3b010f9):
Let me know if you have any questions. I would be happy to help making whisper.cpp faster! |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I came across Faster Whisper which is 5x faster than whisper.cpp with comparable memory footprint. It's built in python and uses this C++ library (Ctranslate2)
Just bringing this to your attention as this is very compelling ... 5x faster whisper.cpp (plus models are 4x smaller on disk) would unlock so much more use cases
Beta Was this translation helpful? Give feedback.
All reactions