jina-ai / jerboa

LLM finetuning
Apache License 2.0
42 stars 4 forks source link

Add qlora to our current codebase #22

Closed samsja closed 1 year ago

samsja commented 1 year ago

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

alaeddine-13 commented 1 year ago

you can get inspired by this PR: https://github.com/tloen/alpaca-lora/pull/487