Fine-tuning sits between inference and full training

Running a model (inference) needs the least VRAM. Fine-tuning needs more, because you're computing and storing gradients during training, not just running the model forward. Training a model completely from scratch needs the most, and is genuinely out of reach for almost all local hardware, Ugandan or otherwise.

Techniques that make local fine-tuning realistic

What you actually need

TaskGPU VRAMSystem RAM
LoRA fine-tune, 7B model12GB32GB
LoRA fine-tune, 13B model16-24GB32-64GB
Full fine-tune, 7B model24GB+64GB

Storage matters more than people expect

Fine-tuning datasets, checkpoints and model versions add up fast -- budget for a fast NVMe SSD with real headroom (1TB+), not just enough space for the OS and software.

Realistic expectations for Ugandan researchers and businesses

You can genuinely fine-tune useful, specialised models locally on a single strong consumer GPU using LoRA-style methods -- this covers most practical business use cases (customer support tuning, local language adaptation, domain-specific assistants) without needing cloud compute budgets.

Working on a fine-tuning project? Tell us the model size and technique and we'll spec the hardware to match.

Message Us on WhatsApp