What problem does it solve? Fine-tuning large language models locally is slow, memory-hungry, and error-prone, and developers often struggle to choose the right quantization, hyperparameters, and export formats for their hardware. ## Core Features & Use Cases - Fast Fine-Tuning Guidance: Provides official documentation for training Llama, Qwen, Gemma, Mistral, Phi, and gpt-oss models 2x faster with up to 70-80% less VRAM using LoRA and QLoRA. - Reinforcement Learning Support: Covers GRPO, GSPO, DPO, ORPO, and KTO training for reasoning models, including vision RL for multimodal models. - Model Export & Deployment: Documents saving fine-tuned models to GGUF, Ollama, vLLM, and SGLang formats for local inference and deployment. - Use Case: A developer with a single consumer GPU wants to fine-tune Llama 3.1 (8B) on a custom dataset and run it in Ollama; this Skill provides the exact VRAM requirements, hyperparameter guidance, and export steps. ## Quick Start Ask how to fine-tune a specific model like Qwen3 or Llama 3.1 with Unsloth on your available GPU and dataset.