What problem does it solve? Fine-tuning large language models typically demands excessive VRAM and slow training runs, blocking developers with consumer GPUs from customizing models like Llama, Qwen, Gemma, or Mistral for their own tasks. ## Core Features & Use Cases - Memory-Efficient Fine-Tuning: Apply LoRA and QLoRA (4-bit) training to fit models from 3B to 70B+ parameters on limited GPU memory, with VRAM requirement tables per model size. - Reinforcement Learning Training: Train reasoning models with GRPO, GSPO, DPO, ORPO, and KTO using up to 80% less VRAM. - Model Export & Deployment: Save fine-tuned models to GGUF, Ollama, vLLM, or SGLang formats for local inference and serving. - Use Case: Fine-tune Llama 3.1 (8B) on a custom dataset in a free Colab notebook, then export it to GGUF and run it locally through Ollama. ## Quick Start Ask the agent to help you fine-tune a Llama or Qwen model with Unsloth using QLoRA on your available GPU.