You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(.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
The text was updated successfully, but these errors were encountered:
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 :
The text was updated successfully, but these errors were encountered: