Convert PEFT Model to GGML Format #2221
Unanswered
Mariomavridis
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello this project is awesome!
I want to fine tune whisper with PEFT-Lora in a Colab on multiple languages.
I've managed to make a few adjustments and run the trainer with large-v3 on turkish audio from common voice 17.
After the training finished i merged my model with model.merge_and_unload() and pushed it to the hub.
However the file size is much smaller then the original model and it has a ".safetensor" format and like i expected the convert-scripts didn't work.
Has anyone some ideas how I could convert this format into ggml?
Thank you for help! :)
Beta Was this translation helpful? Give feedback.
All reactions