IIT Mumbai路14 days ago
LoRA vs Full Fine-Tuning on a student GPU budget
We fine-tuned an 8B parameter model for domain-specific engineering documentation. Full parameter fine-tuning required 4x A100 GPUs which exhausted our lab credits in 3 days. With LoRA (rank 16, alpha 32) targeting attention projections, we ran it on a single RTX 4090 with 4-bit quantization with barely a 1.2% drop in benchmark evaluation. LoRA is a lifesaver for student researchers.
