- SDK
- UI
Run a recipe
Common training arguments
All training recipes (
sft, preference_rlhf, metric_rlhf, rl) support both arguments. Evaluation recipes use neither.Built-in recipes
Training:Evaluation:
Optimization:
Run an evaluation
Resume an interrupted run
Resume picks up from the last saved checkpoint and keeps the same job ID — it does not fork a new run. Resume from the Runs tab in the UI, or re-launch the job with resume enabled.Resume is step-level, not epoch-level. Multi-stage runs (currentlypreference_rlhf, which orchestrates DPO / PPO / GRPO under one recipe) track each stage’s progress independently — resume picks up at the active stage’s last checkpoint, not the first stage.



