What problem does it solve? Training large language models typically requires expensive GPU clusters and complex configuration. This Skill provides guidance for fine-tuning LLMs 2-5x faster with up to 70% less VRAM using Unsloth, making local fine-tuning feasible on consumer hardware. ## Core Features & Use Cases - LoRA/QLoRA Fine-Tuning: Train models like Llama, Mistral, Gemma, Qwen, and gpt-oss with 4-bit or 16-bit adapters using FastLanguageModel and TRL. - Reinforcement Learning: Run GRPO, GSPO, DPO, ORPO, and KTO training with up to 80% less VRAM for reasoning model development. - Model Export & Deployment: Save fine-tuned models to GGUF for Ollama and llama.cpp, or 16-bit formats for vLLM and SGLang serving. - Use Case: Fine-tune Llama 3.1 (8B) on a custom dataset using a free Colab notebook, then export to GGUF and run it locally in Ollama as a personalized assistant. ## Quick Start Ask the agent to help you fine-tune a Llama model on your dataset using Unsloth with QLoRA and export the result to GGUF for Ollama.