What LoRA / QLoRA means in practice
Low-Rank Adaptation (LoRA) fine-tunes a model by injecting small trainable matrices into specific transformer layers rather than updating the full parameter set. QLoRA is the quantised variant — base weights frozen at 4-bit precision, adapters trained at 16-bit — which lets a 70B model fine-tune on a single A100. The architectural payoff for enterprise is that one base model can serve dozens of LoRA adapters at once (one per business unit, one per language, one per document type), swappable at inference time. This collapses the model-management problem from "thirty separate fine-tunes" to "one base model and thirty adapter files".
Related terms
Fine-tuning →
Adapting a pretrained model to a specific domain or task by continuing training on a smaller, curated dataset.
Model distillation →
Training a smaller "student" model to imitate the input-output behaviour of a larger "teacher" model.
More in this category
All 62 terms, in plain language
Sovereign AI, RAG, agentic AI, IDP, MLOps and the regulations that shape enterprise AI.