Skip to main content
For conceptual background on LoRA, including when to use it and how it compares to full fine-tuning, see Low-rank adaptation (LoRA).

Add LoRA to a fine-tuning job

To use LoRA, set lora_config in your TrainingConfig using LoRAConfig. LoRA works with all fine-tuning methods: instruction, reinforcement, preference, and vision language tuning.

LoRAConfig parameters

For guidance on choosing rank and alpha values, see Low-rank adaptation (LoRA). See Create a fine-tuning job for the full workflow including project setup, file retrieval, and monitoring.
Last modified on June 22, 2026