SYSTRAN / faster-whisper

Faster Whisper transcription with CTranslate2
MIT License
11.61k stars 962 forks source link

highest precision level on cpu? #926

Closed lllllliuji closed 2 months ago

lllllliuji commented 2 months ago

If I use a CPU for speech conversion, what is the highest precision that can be supported?

ooobo commented 2 months ago

It depends on how fast your CPU is, whether you have enough memory, and how long you are willing to wait for the transcription to finsh.

trungkienbkhn commented 2 months ago

@lllllliuji , hello. We now support multi quantization precision: int8, int16, fp16, bf16, vv. For more details, you can refer to this doc