QLoRA: How to fine-tune large language models with less memory
A practical guide to "QLoRA: Efficient Finetuning of Quantized LLMs"
QLoRA makes large language models cheaper to fine-tune by storing the base model in 4 bits and training small, higher-precision adapters. This guide explains LoRA, NormalFloat, double quantization, and paged optimizers, then puts the Guanaco chatbot results in context.
more ...
Michał Chromiak's blog