Closed samsja closed 1 year ago
we want to add qlora (lora + 4 bits int quant) to our codebase.
The goal is to reduce memory usage and the cost of finetuning without degrading quality.
paper blog post
you can get inspired by this PR: https://github.com/tloen/alpaca-lora/pull/487
Context
we want to add qlora (lora + 4 bits int quant) to our codebase.
The goal is to reduce memory usage and the cost of finetuning without degrading quality.
paper blog post
Steps