This is more of a heads up, after updating glibc my ctranslate2 dependency started misbehaving. Related issue: OpenNMT/CTranslate2#1849
A fix has been proposed here: OpenNMT/CTranslate2#1852
But this likely will be a new version, and thus will require further changes to whisperX itself given the version restriction on this dependency
I managed to backport this to ctranslate2==4.4.0 (you can grab the built wheels from this action run), and everything is working fine.
This is more of a heads up, after updating glibc my
ctranslate2dependency started misbehaving. Related issue: OpenNMT/CTranslate2#1849A fix has been proposed here: OpenNMT/CTranslate2#1852
But this likely will be a new version, and thus will require further changes to
whisperXitself given the version restriction on this dependencyI managed to backport this to
ctranslate2==4.4.0(you can grab the built wheels from this action run), and everything is working fine.