Converting whisper model to openvino fails #1697
Replies: 1 comment 1 reply
-
wrong repo, your question should be in https://github.com/ggerganov/whisper.cpp |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Morning, im trying to follow the steps from the Readme to convert the whisper model to openvino (to try it on my rPI4). Im doing this in a docker container on my Windows PC, installed the
openvino-conversion-requirements.txt
Running
python convert-whisper-to-openvino.py --model large
with thelarge
model produces the following error after a while:Is the large model not supported? Am i doing something wrong?
This also happens on the
medium
model.Beta Was this translation helpful? Give feedback.
All reactions