-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with transformers and faster whisper #4
Comments
I got the same error when I run "flask run". Here's the error log: |
Can you share your environment details, underlying python, and system details? |
So its giving me error like transformer version needs 4.0 something and tokenizer version required is 1.9 for that but faster whisper needs tokenizer below 1.5. And as well getting the following error when running flask
TypeError: init() should return None, not 'WhisperModel'
The text was updated successfully, but these errors were encountered: