Fireworks supports RFT training on warm start and already-fine-tuned models. Upload models to Fireworks and use the warm start option to continue training (e.g. from an SFT LoRA) with RFT, rather than start from scratch with a base model.Documentation Index
Fetch the complete documentation index at: https://docs.fireworks.ai/llms.txt
Use this file to discover all available pages before exploring further.
When to use warm start
Use the--warm-start-from flag when you want to:
- Start RFT from an SFT model you’ve trained with Fireworks
- Continue training from an existing fine-tuned LoRA adapter you’ve uploaded to Fireworks
Basic usage
SFT to RFT workflow
Create or upload SFT model
Get started with supervised fine-tuning on Fireworks:Or if you already have a LoRA adapter, upload it to Fireworks:
Learn more about uploading custom LoRA adapters in the Custom Models guide.
Troubleshooting
Error: 'not of kind base_model, but HF_PEFT_ADDON'
Error: 'not of kind base_model, but HF_PEFT_ADDON'
This means you specified both
--base-model and --warm-start-from. Remove the --base-model flag.Model not found
Model not found
Verify the model exists in your account: