faster-whisper
faster-whisper copied to clipboard
Batch process available?
Hello,
I'm considering to implement this awesome project to my real-time stt system, which requires high throughput. But I'm not sure it supports batching, like huggingface. (in multi-gpu environment.)
I found inter_threads but it seems to work at cpu env. Can faster-whisper transcribes multiple inputs?
@lionsheep24 , no. FW doesn't support multi batch.
https://github.com/SYSTRAN/faster-whisper/pull/856