Can't load into Faster Whisper
#1
by tintin814 - opened
I suppose it is a CTranslate2 format, but it is unable to be loaded in the Faster Whisper. It keeps resulting in this error "Exception: data did not match any variant of untagged enum ModelWrapper"
I'm using this Faster Whisper GUI repo (https://github.com/CheshireCC/faster-whisper-GUI) , the faster whisper version is 1.1.0.
I'm using this Faster Whisper GUI repo (https://github.com/CheshireCC/faster-whisper-GUI) , the faster whisper version is 1.1.0.
Please try to upgrade the transformers library to >=4.46.3 if possible. Seems like tokenizer issue.
