Skip to content

Faster-Whisper vs GGML - Transcription Speed Discrepancy of 1 : 4 - Seeking Advice #222

Answered by KoljaB
JilReg asked this question in Q&A
Discussion options

You must be logged in to vote

Superwhisper uses apple-specific optimizations and takes full advantage of MPS and CoreML. faster-whisper does not use these apple-specific low-level tools, it's fast in the cross-platform sense but I doubt it will ever reach superwhisper inference speed.

This said maybe I can optimize RealtimeSTT more for Apple. Will make a new release soon exposing faster-whispers cpu_threads and num_workers parameters. With compute_type="int8" we can probably make use of multithreading on a Mac. I'm hoping that will speed things up on Mac - but I'm not sure if and how much that will be the case.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@JilReg
Comment options

Answer selected by JilReg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants