Convert to .bin?
Hey, thanks for your work!
Is there an easy way to transform the safetensor file into .bin?
I want to use it with the FUTO keyboard but it accepts only .bin files.
Unfortunately, I´m a noob and an absolute noob for the terminal and Python :(
Just played a little bit around and didn't get it work with the keyboard you mentioned.
I definitely like the idea and let the issue open if someone else get it to work
Heya, looked into the code of FUTO Keyboard.
The code has a whole lot of GGML references, I guess the model needs to be converted into the GGML format.
You can accomplish this using whisper.cpp, but it seems to be rather finicky because the conversion scripts only seem to convert from .pt to .ggml.
So the way to go would probably be from safetensors->pt->gguf.
Okay, I can confirm that the model is working.