


Fine-Tuning Small Language Models with LoRA on Consumer GPUs
Location: The Downtown AI Hacker Space
What was built:
Every developer cloned the community repo, quantized a Llama-3-8B model into 4-bit NF4, applied LoRA adapters, and fine-tuned on custom datasets using Unsloth in under 35 minutes.
Key takeaways:
- VRAM allocation math: why 16GB is plenty for 8B models with gradient checkpointing
- Loss curve inspection: catching catastrophic forgetting in the first 50 steps
- Adapter merging: exporting GGUF weights for instant local Ollama execution




