Open kanjieater opened 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.
!pip install ctranslate2==4.4.0
Thanks!
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.
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!