What problem does it solve? Fine-tuning large language models typically demands expensive GPUs and long training times. This Skill provides comprehensive guidance for using Unsloth, an open-source framework that trains models 2-5x faster with up to 70-80% less VRAM, making local fine-tuning accessible on consumer hardware. ## Core Features & Use Cases - LoRA/QLoRA Fine-Tuning: Train Llama, Mistral, Gemma, Qwen, Phi, gpt-oss, and DeepSeek models with 4-bit or 16-bit adapters using FastLanguageModel and TRL. - Reinforcement Learning: Run GRPO, GSPO, DPO, ORPO, and KTO training for reasoning models with memory-efficient implementations. - Multimodal Support: Fine-tune vision models, text-to-speech (TTS), speech-to-text (Whisper), and BERT architectures. - Model Export: Save fine-tuned models to GGUF for Ollama and llama.cpp, or 16-bit for vLLM and SGLang deployment. - Use Case: Fine-tune Llama 3.1 (8B) on a custom dataset using a free Colab notebook with QLoRA, 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.