You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand from the README.md that faster-whisper is supposedly "faster" than whisper.cpp.
However, from my own setup – I couldn't get faster-whisper to run as fast as whisper.cpp. I am using implementations of faster-whisper from stable-ts and whisper-ctranslate2.
For reference, I am using Apple M2 Max (14-inch), some commands I ran for whisper-cpp:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I understand from the README.md that faster-whisper is supposedly "faster" than whisper.cpp.
However, from my own setup – I couldn't get faster-whisper to run as fast as whisper.cpp. I am using implementations of faster-whisper from stable-ts and whisper-ctranslate2.
For reference, I am using Apple M2 Max (14-inch), some commands I ran for whisper-cpp:
with mps
:without mps
:Commands via whisper-ctranslate2:
whisper-ctranslate2 ~/code/auto-subtitles/output/pytorch-in-100-seconds/audio.wav --model medium --language en --print_color TRUE --compute_type float32 --threads 8 --max_line_width 47 --word_timestamps True
Beta Was this translation helpful? Give feedback.
All reactions