-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Added links to OPENVINO models #1978
base: master
Are you sure you want to change the base?
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 |
Adds links to OPENVINO models. Closes #1893. Huggingface repository is now WIP.