How do I convert the file for whispper.cpp compatibility?

#1
by JLouisBiz - opened
$ python convert-pt-to-ggml.py ~/Downloads/model.safetensors /mnt/nvme0n1/LLM/git/whisper.cpp/ .
/home/data1/protected/venv/lib/python3.13/site-packages/torch/_weights_only_unpickler.py:549: UserWarning: Detected pickle protocol 216 in the checkpoint, which was not the default pickle protocol used by `torch.load` (2). The weights_only Unpickler might not support all instructions implemented by this protocol, please file an issue for adding support if you encounter this.
  warnings.warn(
Error: failed to load PyTorch model file: /home/data1/protected/Downloads/model.safetensors

I have tried that way. Any other way to make it whisper.cpp compatible?

I tried it, but it is not compatible with lg language, and it gives wrong Luganda out.

Sorry Louis, It was trained on a little luganda corpus. I'm currently still collecting more data for better training

Sign up or log in to comment