Usage
- TOML config file (interactive prompt or
--config
flag) .env
file with API keys (fromsynth-ai setup
)- For SFT: JSONL dataset file
- For RL: Hosted task app URL (from
modal-serve
ordeploy
)
- Job submission confirmation
- Live status updates
- Job ID and dashboard link
Options
--config PATH
- Specify config file directly--type {auto, sft, rl}
- Override auto-detection--dataset PATH
- Set dataset file (SFT only)--task-url URL
- Set task app URL (RL only)--dry-run
- Preview payload without submitting--no-poll
- Submit job without waiting for completion