rhasspy / wyoming-faster-whisper

Wyoming protocol server for faster whisper speech to text system
MIT License
60 stars 27 forks source link

Kindly add OpenVINO backend support #32

Open gericho opened 2 months ago

gericho commented 2 months ago

Will it be possible to add OpenVINO support for Intel-based processors? The repo by @zhuzilin here shows a speed improvement of nearly 50%, so users will be able to use larger models without sacrificing current performance. Thank you!

Screenshot 2024-05-06 150935

zachs-55 commented 2 months ago

You can use OpenVINO with whisper.cpp (I personally found using CLBlast instead was a little faster on my weak Celeron n5095, though): https://github.com/ggerganov/whisper.cpp#openvino-support

Then you can use this for a Wyoming endpoint: https://github.com/ser/wyoming-whisper-api-client

gericho commented 2 months ago

Thank you very much, I'll give it a try soon!

tannisroot commented 1 month ago

faster-whisper uses CTranslate2 which doesn't have OpenVino support.