RUNLOCALAIv38
->Will it run?Best GPUCompareTroubleshootStartLearnPulseModelsHardwareToolsBench
Run check
RUNLOCALAI

Independently operated catalog for local-AI hardware and software. Hand-written verdicts. Source-cited claims. Reproducible commands when we have them.

OP·Fredoline Eruo
DIR
  • Models
  • Hardware
  • Tools
  • Benchmarks
TOOLS
  • Will it run?
  • Compare hardware
  • Cost vs cloud
  • Choose my GPU
  • Prompting kits
  • Quick answers
REF
  • All buyer guides
  • Learn local AI
  • Methodology
  • Glossary
  • Errors KB
  • Trust
EDITOR
  • About
  • Author
  • How we make money
  • Editorial policy
  • Contact
LEGAL
  • Privacy
  • Terms
  • Sitemap
MAIL · MONTHLY DIGEST
Get monthly local AI changes
Monthly recap. No spam.
DISCLOSURE

Some links on this site are affiliate links (Amazon Associates and other first-class retailers). When you buy through them, we earn a small commission at no extra cost to you. Affiliate links do not influence our verdicts — there are cards we rate highly that we don't have affiliate relationships with, and cards that sell well that we refuse to recommend. Read more →

© 2026 runlocalai.coIndependently operated
RUNLOCALAI · v38
Glossary / Large language models / Fine-tuning
Large language models

Fine-tuning

Fine-tuning is continued training of a pre-trained model on a smaller, task-specific dataset. Pre-training builds general capability from trillions of tokens; fine-tuning specializes the model for a domain, voice, or task using thousands to millions of examples.

Three flavors: full fine-tuning updates every parameter (expensive, best quality, requires 80GB+ VRAM for 7B-class), LoRA / QLoRA updates small adapter matrices (cheap, fits on consumer hardware, slight quality loss), instruction tuning is a form of fine-tuning that teaches the model to follow instructions in a chat-like format.

For local AI: fine-tune when you need consistent voice/format/behavior that prompt engineering can't reliably produce. Don't fine-tune to "add knowledge" — RAG handles that better and is reversible. Tools: Unsloth (fastest, NVIDIA-only), Axolotl (most flexible), HuggingFace TRL (reference implementation).

Related terms

QLoRALoRA (Low-Rank Adaptation)RLHF (Reinforcement Learning from Human Feedback)Instruction Tuning
Buyer guides
  • Best GPU for local AI →
  • Best laptop for local AI →
  • Best Mac for local AI →
When it doesn't work
  • CUDA out of memory →
  • Ollama running slowly →
  • ROCm not detected →