Inference & Serving · 2022
LoRA / QLoRA (parameter-efficient fine-tuning)
Freezes the pretrained weights and injects trainable low-rank matrices into each layer, removing the storage and memory cost of full fine-tuning while adding no inference latency.
Editorial record
Plain-language summary
Instead of updating a weight matrix directly, the method learns a low-rank product added to it, so only a tiny fraction of parameters are trained and the small adapters can be stored per task and swapped in. Because the update can be merged back into the base weights after training, there is no extra latency at inference, unlike adapter layers. On GPT-3 175B it reduced trainable parameters by roughly ten-thousand-fold while matching full fine-tuning quality, making per-task customization of large models cheap and modular.
Knowledge graph
Relationships
Descendants
EnablesEvidence: Direct
Inference Quantization (GPTQ/AWQ/SmoothQuant/bitsandbytes)
4-bit quantization enables QLoRA
P-405
Source record
Provenance
- Record ID
- P-405
- Record created
- 2026-07-13
- Last reviewed
- 2026-07-14
- Record version
- 2
- https://arxiv.org/abs/2106.09685
- arXiv:2106.09685
Citation caveat: Citation metadata is approximate and marked unverified in the source dataset.