whisper.cpp
whisper.cpp copied to clipboard
Added links to OPENVINO models
Adds links to OPENVINO models. Closes #1893. Huggingface repository is now WIP.
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?
@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