What problem does it solve?
This Skill helps you fine-tune large language models without the cost of full-model training, making adaptation practical on limited GPU budgets while preserving strong task performance.
Core Features & Use Cases
- LoRA and QLoRA workflows: Configure parameter-efficient adapters for instruction tuning, domain adaptation, and low-memory training.
- Advanced adapter methods: Apply variants such as DoRA, AdaLoRA, IA3, prefix tuning, and multi-adapter serving when different efficiency and quality tradeoffs matter.
- Training and deployment guidance: Follow proven recipes for TRL, Axolotl, vLLM, merging adapters, and diagnosing common memory or loading failures.
- Use case: If you need to adapt a 70B model on a single 24GB GPU, this Skill helps you choose QLoRA, set the right rank and target modules, and plan a stable training run.
Quick Start
Use the peft-fine-tuning skill to recommend the best PEFT method for my model, GPU memory, dataset type, and deployment target.