What problem does it solve?
This Skill helps you fine-tune large language models without paying the full compute and memory cost of updating all parameters.
Core Features & Use Cases
- Parameter-efficient adapter training: Train under 1% of model parameters using LoRA, QLoRA, and related adapter methods to reduce memory and speed up iteration.
- Multi-adapter workflows: Create and serve multiple task-specific adapters from one base model, switching adapters at runtime or composing adapters for ensemble behavior.
- Practical deployment options: Load adapters for inference, merge adapters into the base model for adapter-free serving, and troubleshoot common training/inference issues.
Use case example: You want to adapt a 7B–70B instruction model for a narrow business domain on a single GPU; use LoRA for fast experiments, switch to QLoRA when VRAM is the bottleneck, and then merge the adapter into the base model for efficient deployment.
Quick Start
Use the peft-fine-tuning skill to run LoRA or QLoRA fine-tuning for your target model and dataset, producing a small adapter you can load later or merge for deployment.