whispercpp.py icon indicating copy to clipboard operation
whispercpp.py copied to clipboard

ggml-large.bin doesn't exist anymore on hugginface

Open athoune opened this issue 1 year ago • 1 comments

large model doesn't work :

>>> w = Whisper('large')
Downloading ggml-large.bin...
whisper_init_from_file_no_state: loading model from '/Users/mlecarme/.ggml-models/ggml-large.bin'
whisper_model_load: loading model
whisper_model_load: invalid model data (bad magic)
whisper_init_no_state: failed to load model

You have to pick v1, v2 or v3.

See https://huggingface.co/ggerganov/whisper.cpp/tree/main

athoune avatar Dec 04 '23 19:12 athoune