SYSTRAN / faster-whisper

Faster Whisper transcription with CTranslate2
MIT License
11.9k stars 1k forks source link

to_cpu isn't switching #813

Open etdapt opened 5 months ago

etdapt commented 5 months ago

https://github.com/SYSTRAN/faster-whisper/blob/91c8307aa6b305dcaf12fc112b0187ee0d512b00/faster_whisper/transcribe.py#L799

I don't have CUDA, and when this line was encountered, to_cpu stays False

trungkienbkhn commented 5 months ago

to_cpu=False will have no effect on CPU usage. If you want to run on GPU, you will have to additionally install cuBLAS and cuDNN for CUDA.