jianfch / stable-ts

Transcription, forced alignment, and audio indexing with OpenAI's Whisper
MIT License
1.59k stars 177 forks source link

Faster-whisper fails due to CUDA compatibility with CTranslate2 #414

Open kanjieater opened 2 weeks ago

kanjieater commented 2 weeks ago

https://github.com/SYSTRAN/faster-whisper/issues/1086

Apparently adding !pip install ctranslate2==4.4.0 fixes this, but I wanted to ask if this should be something added to stable-ts or if everyone using stable-ts should just wait for an upstream fix from here or from faster-whisper.

Thanks!

jianfch commented 2 weeks ago

As mentioned here: https://github.com/SYSTRAN/faster-whisper/pull/1082#issuecomment-2437214073 It will be best to wait for an upstream fix. I'll pin this issue for now. Thanks for bringing this up.