Help me converting to ggml

#1
by microblastgames - opened

Please help me convert the https://huggingface.co/InTheSkyyy/whisper-tiny_to_portuguese_accent
to ggml, I have tried everything but no success... followed every tutorial.

C:\Users\Microblast Games>python "C:\Users\Microblast Games\whisper.cpp\models\convert-pt-to-ggml.py" "C:\Users\Microblast Games\Desktop\whisper-tiny_to_portuguese_accent\pytorch_model.bin" "C:\Users\Microblast Games\whisper.cpp" "C:\Users\Microblast Games\whisper.cpp\models\converted"
Traceback (most recent call last):
File "C:\Users\Microblast Games\whisper.cpp\models\convert-pt-to-ggml.py", line 210, in
hparams = checkpoint["dims"]
~~~~~~~~~~^^^^^^^^
KeyError: 'dims'

Sign up or log in to comment