whisper.cpp
whisper.cpp copied to clipboard
large-v3-turbo-q5_0 openvino - invalid model name
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!