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
from whispercpp import Whisper
w = Whisper.from_pretrained("/content/ggml-model.bin")
Out:
[<ipython-input-16-daf3870535af>](https://localhost:8080/#) in <cell line: 4>()
from whispercpp import Whisper
w = Whisper.from_pretrained("/content/ggml-model.bin")
/usr/local/lib/python3.10/dist-packages/whispercpp/__init__.py in from_pretrained(model_name, basedir, no_state)
RuntimeError: '/content/ggml-model.bin' is not a valid preconverted model. Choose one of ['tiny.en', 'tiny', 'base.en', 'base', 'small.en', 'small', 'medium.en', 'medium', 'large-v1', 'large']
To reproduce
I downloaded the model and converted it using a script:
Describe the bug
Code:
!ls /content
Out:
ggml-model.bin sample_data whisper whisper.CPP
Code:
Out:
To reproduce
I downloaded the model and converted it using a script:
!python whisper.cpp/models/convert-h5-to-ggml.py /content/whisper-small whisper ./
Expected behavior
No response
Environment
python 3.10.6
Google Colab
The text was updated successfully, but these errors were encountered: