Add LoRA to a fine-tuning job
To use LoRA, setlora_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.