Full fine-tuning is in closed beta. Access is gated per-team — reach out to us to get enabled.
Config
Full-FT runs use the native prime-rl config schema. Settype = "full_finetune" at the top of your TOML and size the run with [deployment] — num_train_gpus / num_infer_gpus for single-node, num_train_nodes / num_infer_nodes for multi-node.
Minimal single-node example (1 trainer GPU + 1 inference GPU):
Launching a run
Same CLI as LoRA —prime train auto-detects the config shape:
Monitoring
A full-FT run has several distinct components. Pick which one to read with-c / --component:
-f, --search, --regex, --level, --since. See Monitoring for details.
The dashboard works as it does for LoRA runs: reward curves, rubric scores, and individual rollouts at https://app.primeintellect.ai/dashboard/training/<run-id>.
End-to-End Run
LoRA walkthrough — most workflow steps apply identically.
prime-rl Configuration
Full reference for the underlying training framework config schema.