Engineering
Faster Whisper transcription with CTranslate2 faster-whisper is a reimplementation of...
https://github.com/SYSTRAN/faster-whisper
Faster Whisper transcription with CTranslate2
faster-whisper is a reimplementation of OpenAI's Whisper model using https://github.com/OpenNMT/CTranslate2/, which is a fast inference engine for Transformer models.
This implementation is up to 4 times faster than https://github.com/openai/whisper for the same accuracy while using less memory. The efficiency can be further improved with 8-bit quantization on both CPU and GPU.
CodeInfraCode Repositorygithub.com