Skip to content
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

OpenVINO support request #612

Open
albertomercurio opened this issue Dec 10, 2023 · 4 comments
Open

OpenVINO support request #612

albertomercurio opened this issue Dec 10, 2023 · 4 comments

Comments

@albertomercurio
Copy link

I already use it for Home Assistant speech recognition. I was wondering if the support for OpenVINO could be implemented since it would be a great feature in terms of performance for all those systems without a dedicated GPU (almost all for the Home Automation).

For example, I can see a huge difference in terms of performance in the Frigate project, when the object recognition is performed. In the multithreaded CPU model, I have very high CPU usage (like faster-whisper with relatively large models), but the OpenVINO model is way faster, keeping the CPU use very low.

I was wondering if this implementation would be easy to do.

Furthermore, I figured out that an OpenVINO version seems to be already done, but it is derived from whisper and not faster-whisper.

@ILG2021
Copy link

ILG2021 commented Dec 10, 2023

I have tried openvino in whisper.cpp and it is not faster than faster-whisper, may be the same speed.

@albertomercurio
Copy link
Author

Ok, I thought it was faster, like in Frigate. Thanks for the trial.

@0x3333
Copy link

0x3333 commented Jan 14, 2024

I’m not into ML and NN but, would Faster-whisper on openvino faster than whisper.cpp on openvino, given that faster-whisper is faster than whisper.cpp? Or these as incompatible?

@hlevring
Copy link

I added a similar request over here OpenNMT/CTranslate2#1603 since I figured that might be the right place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants