-
Notifications
You must be signed in to change notification settings - Fork 37
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
How to generate whisper tflite model #7
Comments
https://github.com/nyadla-sys/whisper.tflite/tree/main/models Use script from this link to generate model. |
i have the same problem. https://github.com/nyadla-sys/whisper.tflite/tree/main/models how can i get the multilingual model? |
@timlliu If you proceed with 'monkey patch' referring to this comment, you can solve the problem that forced_decoder_ids does not apply to tflite. nyadla-sys/whisper.tflite#15 (comment) When converting to tflite, it seems that the specific code of the hugging face caused the problem. |
I want to generate my own model.
I try :
https://colab.research.google.com/github/usefulsensors/openai-whisper/blob/main/notebooks/whisper_base_tflite_model.ipynb#scrollTo=TzCrY9Q5jVsg
But, it's not work for me.
The text was updated successfully, but these errors were encountered: