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·Eruo Fredoline
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 / Training & optimization / Checkpoint
Training & optimization
Definition pending

Checkpoint

Definition pending

We've cataloged "Checkpoint" but haven't written a full definition yet. Definitions are hand-curated rather than auto-generated, so it takes time to cover every term.

Want this one prioritized? Email us and we'll bump it.

Practical example

A checkpoint is a snapshot of model weights, optimizer state, and training metadata saved during or after training. It's your insurance policy: if training crashes at step 95,000 of 100,000, you resume from the last checkpoint, not from scratch. Checkpoints also enable model selection — pick the checkpoint with best validation score, not necessarily the last one.

Workflow example

Checkpoint strategy: (1) save every N steps (typically every 500–1000 steps for LLM fine-tuning), (2) keep top-K checkpoints by validation loss (discard the rest to save disk), (3) after training, run full eval on top-3 checkpoints and pick the best, (4) store checkpoints in cloud object storage with versioning, (5) checkpoint size for 7B model: ~14 GB (FP16), ~4 GB (LoRA adapter only). Budget 100–500 GB for a full training run's checkpoints.

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 →