What problem does it solve? Fine-tuning large language models typically demands expensive GPUs and long training times. This Skill provides comprehensive Unsloth documentation and guidance to run LoRA/QLoRA fine-tuning and reinforcement learning 2-5x faster with up to 70-80% less VRAM, making local training feasible on consumer hardware. ## Core Features & Use Cases - Efficient Fine-Tuning: Guidance for LoRA, QLoRA, full fine-tuning, and continued pretraining of models like Llama, Qwen, Gemma, Mistral, Phi-4, and gpt-oss. - Reinforcement Learning: Instructions for GRPO, GSPO, DPO, ORPO, and KTO training, including vision RL and reasoning model creation. - Model Export & Deployment: Steps to save models to GGUF, Ollama, vLLM, and SGLang formats for local inference and serving. - Use Case: Fine-tune Llama 3.1 (8B) on a custom dataset using a free Colab notebook with QLoRA, then export it to GGUF and run it locally in Ollama. ## Quick Start Ask the assistant to show how to fine-tune a Llama model with Unsloth using QLoRA on a single GPU.