whisper.cpp
whisper.cpp copied to clipboard
How to use https://huggingface.co/openai/whisper-large-v3-turbo with whisper.cpp?
How to use this safetensors model : https://huggingface.co/openai/whisper-large-v3-turbo with whisper.cpp?
I tried, without success to convert mode.safetensors to ggml with llama.cpp and got "Model not supported". And following the indications here: https://gist.github.com/AltAcc1812/0bc4b80838b49b6c3bdce9d94b66cb54 I got :
(.venv) raphy@raohy:~/whisper.cpp/scripts$ ./convert-all.sh ../models/whisper-large-v3-turbo/model.safetensors --outtype f16 --outfile ../models/whisper-large-v3-turbo.ggml
python3: can't open file '/home/raphy/whisper.cpp/scripts/models/convert-pt-to-ggml.py': [Errno 2] No such file or directory
mv: cannot stat 'models/ggml-model.bin': No such file or directory