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"

May I know your faster whisper version? I successfully run on faster whisper '1.1.1'.

image.png

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.

Sign up or log in to comment