faster-whisper delivers up to 4x faster Whisper transcription with lower memory usage using CTranslate2. It supports int8 quantization, voice activity detection, and batched inference on both CPU and CUDA GPUs.
Project overview
It addresses slow inference and high memory consumption in Whisper models by providing a drop-in pipeline with up to 4x faster transcription and 8-bit quantization support.
README: **faster-whisper** is a reimplementation of OpenAI's Whisper model using [CTranslate2](https://github.com/OpenNMT/CTranslate2/), which is a fast inference engine for Transformer m…
README: Unlike openai-whisper, FFmpeg does **not** need to be installed on the system. The audio is decoded with the Python library [PyAV](https://github.com/PyAV-Org/PyAV) which bundles…
README: **Note**: The latest versions of `ctranslate2` only support CUDA 12 and cuDNN 9.