-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Added links to OPENVINO models #1978
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
Conversation
Added models to HuggingFace: https://huggingface.co/twdragon/whisper.cpp-openvino |
Yeah good idea so everyone don't need to generate the Intel IR on their own. But you are missing the distilled large v3 https://huggingface.co/distil-whisper/distil-large-v3-ggml/tree/main . According to docs this update no longer requires chunking, so would be cool to have that available too now that you are at it ;) (this probably requires to update the script) Maybe also good idea to ask @RyanMetcalfeInt8 if he wants to update https://huggingface.co/Intel/whisper.cpp-openvino-models/tree/main or if he is good with a new home ;) |
@hlevring thanks for raising it! I will consider it soon. @RyanMetcalfeInt8 your opinion? |
I’m good either way. Happy to update Intel’s HF repo with all models, if that seems more suitable. It’ll just take me about a week to get them up there, as I’m on vacation this week and away from my laptop 😃 |
@RyanMetcalfeInt8 I have a set of scripts, so I don't feel like it should be very difficult to convert also your models. What I want to propose is to provide in this repository the list of the most significant pretrained model repositories, but it is up to @ggerganov |
Closed as not actual anymore as Intel provided the set of models. Also, from now I cannot dedicate more time to conversion of the models. Sorry |
Adds links to OPENVINO models. Closes #1893. Huggingface repository is now WIP.