Upload ggml-large-v3-turbo.bin
#18
by
baristikir
- opened
This PR contains the new Whisper large-v3-turbo model as ggml
converted version. Created with the python script from original whisper.cpp repository.
Commands to recreate file:
curl -O https://openaipublic.azureedge.net/main/whisper/models/aff26ae408abcba5fbf8813c21e62b0941638c5f6eebfb145be0c9839262a19a/large-v3-turbo.pt
curl -O https://raw.githubusercontent.com/ggerganov/whisper.cpp/refs/heads/master/models/convert-pt-to-ggml.py
git clone https://github.com/openai/whisper.git
python convert-pt-to-ggml.py ./large-v3-turbo.pt ./whisper .
Thanks I just added it myself. Sorry for the extra work.
ggerganov
changed pull request status to
closed