whisper.cpp
whisper.cpp copied to clipboard
hparams = checkpoint["dims"] / KeyError: 'dims'
Hi there,
I must be missing something obvious...
Running:
python3 convert-pt-to-ggml.py ./llama-2-7b-chat/consolidated.00.pth ../whisper .
Getting:
Traceback (most recent call last):
File "/Users/jgp/GitHub/llama-test/convert-pt-to-ggml.py", line 210, in <module>
hparams = checkpoint["dims"]
~~~~~~~~~~^^^^^^^^
KeyError: 'dims'
I had the same issue running Python3.10 ( conda 24.1.2 ).
same issue. @jgperrin have you solved it?
Same issue
I got same issue. Any update?