faster-whisper加载报错

#2
by qiuqiu173 - opened

faster-whisper加载报错,请问如何解决,谢谢
RuntimeError: Unsupported model binary version. This executable supports models with binary version v6 or below, but the model has binary version v67324752. This usually means that the model was generated by a later version of CTranslate2. (Forward compatibility is not guaranteed.)

BELLE-2 Group // Be Everyone's Large Language model Engine org
edited Jun 19

You need convert the models first:
ct2-transformers-converter --model BELLE-2/Belle-whisper-large-v3-zh-punct --output_dir BELLE-2/Belle-whisper-large-v3-zh-punct-ct2 --copy_files tokenizer.json preprocessor_config.json --quantization float16

Sign up or log in to comment