Skills
Red Hat Training Hub v0.4.0: Unsloth-Powered LoRA/QLoRA Fine-Tuning Cuts VRAM 70% and Doubles Training Speed — 8B Models on 8GB GPUs
Red Hat announced Training Hub v0.4.0 (April 1) with Unsloth backend integration for production-grade LoRA and QLoRA fine-tuning. Performance gains: ~70% less VRAM than full fine-tuning, ~2x faster training than standard LoRA pipelines. QLoRA's 4-bit NF4 quantization brings 8B model fine-tuning within 8GB VRAM on consumer hardware. Best-practice starting config: r=16 with DoRA, target_modules='all-linear', rsLoRA for high ranks. The integration includes kernel-level CUDA optimizations, memory-efficient attention, gradient checkpointing, and mixed-precision training. Also ships OSFT (Orthogonal Subspace Fine-Tuning) from Hugging Face PEFT for continual learning without catastrophic forgetting.
↳ Follow the thread