whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

large-v3-turbo-q5_0 openvino - invalid model name

Open 5arer opened this issue 10 months ago • 0 comments

Hi,

great work again!

So I followed the instructions for openvino and trying to use the large-v3-turbo-q5_0 model, however, I get an error:

python convert-whisper-to-openvino.py --model large-v3-turbo-q5_0
Traceback (most recent call last):
  File "/home/petar/translate/whisper.cpp/models/convert-whisper-to-openvino.py", line 52, in <module>
    raise ValueError("Invalid model name")
ValueError: Invalid model name

Will it be supported at some point or is there some specific reason it won't?

Thanks!

5arer avatar Feb 16 '25 21:02 5arer