What problem does it solve? Fine-tuning large language models involves complex configuration across training methods, dataset formats, distributed setups, and quantization, and this Skill provides expert guidance for doing it correctly with Axolotl. ## Core Features & Use Cases - YAML-Based Fine-Tuning: Configure LoRA, QLoRA, DPO, KTO, ORPO, and GRPO training runs through declarative Axolotl config files. - Dataset Format Guidance: Choose and configure pre-training, conversation (chat_template), instruction, template-free, and preference dataset formats. - Distributed & Optimized Training: Set up FSDP, DeepSpeed, context parallelism, mixed precision (BF16/FP8), and LoRA kernel optimizations. - Use Case: You want to fine-tune a Llama model on a custom chat dataset with QLoRA on multiple GPUs. This Skill helps you write the YAML config, map your dataset roles, and enable FSDP with the correct transformer layer wrapping. ## Quick Start Ask the agent to write an Axolotl YAML config for QLoRA fine-tuning of a Llama model on your chat dataset.