Skip to content
AImpact
IT EN
Training Intermediate Also known as: Low-Rank Adaptation

LoRA

/lor-ah/

A fine-tuning technique that trains only a small set of extra parameters instead of the whole model, cutting compute cost and the size of the resulting file.

ShareLinkedInX

In practice

It lets you customize a 70-billion-parameter model on a consumer GPU. You save adapters of a few MB that plug on top of the base model. It is the practical standard for adapting open-weight models to specific use cases.

Related terms

← All terms