Skip to content

how to convert qlora trained model into a GGUF model? #3489

Closed Answered by Green-Sky
Kainat-R asked this question in Q&A
Discussion options

You must be logged in to vote

you are dealing with a lora, which is an adapter for a model. if you want to use the lora, first convert it using convert-lora-to-ggml.py. then you can load the model and the lora. (it requires the base model).
you can also merge the lora into the base model using the export-lora program.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by Kainat-R
Comment options

You must be logged in to vote
1 reply
@UmutAlihan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants