What problem does it solve? Fine-tuning large language models typically requires expensive GPUs and long training times. This Skill provides guidance for using Unsloth to run LoRA and QLoRA fine-tuning 2-5x faster with significantly less VRAM, making local and Colab-based training practical. ## Core Features & Use Cases - Fast LoRA/QLoRA Fine-tuning: Train Llama, Qwen, Mistral, Gemma, Phi, gpt-oss, and DeepSeek models with 4-bit or 16-bit adapters using FastLanguageModel. - Reinforcement Learning: Train reasoning models with GRPO, GSPO, DPO, ORPO, and KTO using memory-efficient RL workflows. - Model Export & Deployment: Save fine-tuned models to GGUF for Ollama and llama.cpp, or to 16-bit for vLLM and SGLang deployment. - 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 in Ollama. ## Quick Start Ask the assistant to show how to fine-tune a Llama model with Unsloth using QLoRA on a custom dataset and export it to GGUF for Ollama.