Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use https://huggingface.co/openai/whisper-large-v3-turbo with whisper.cpp? #2762

Open
raphael10-collab opened this issue Jan 24, 2025 · 1 comment

Comments

@raphael10-collab
Copy link

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
@shadowofsoul
Copy link

ggml flavor of turbo model are at https://huggingface.co/ggerganov/whisper.cpp/tree/main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants