ggerganov / whisper.cpp

Port of OpenAI's Whisper model in C/C++
MIT License
34.85k stars 3.55k forks source link

Usage of deprecated OpenVINO packages under Python 3.12 prevents using OpenVINO models #2190

Open scudo005 opened 4 months ago

scudo005 commented 4 months ago

If I try to install the required packages in order to use OpenVINO, the build fails. I opened an issue on the OpenVino repository (here), and I got told that the package openvino-dev, which is present in requirements-openvino.txt. From my own observations, said package seems to be available only on Python 3.11 and not 3.12.

recallmenot commented 3 months ago

yes, currently there appears to be no way to convert models to openvino due to python 3.12 @DocSwitch did you ever figure out how to use openvinos ovc to accomplish this?

For the meantime: In a related PR, I found a repo with pre-converted models.

scudo005 commented 3 months ago

yes, currently there appears to be no way to convert models to openvino due to python 3.12 @DocSwitch did you ever figure out how to use openvinos ovc to accomplish this?

In the end I didn't pursue my project any further, but I'd say that probably running Python 3.11 would make everything work.