git clone https://github.com/openai/whisper
git clone https://github.com/ggerganov/whisper.cpp
git clone https://huggingface.co/BELLE-2/Belle-whisper-large-v3-zh
python whisper.cpp/models/convert-h5-to-ggml.py ./Belle-whisper-large-v3-zh ./whisper .
Traceback (most recent call last):
File "/Users/jiahua/projects/asr/whisper.cpp/models/convert-h5-to-ggml.py", line 115, in <module>
fout.write(struct.pack("i", hparams["max_length"]))
~~~~~~~^^^^^^^^^^^^^^
KeyError: 'max_length'