quickstart

getting-started Apr 8, 2026 4 min read

there are two ways to create a training run on castform:

  • web ui: a step-by-step form in the console. best for new users, quick jobs, or when you want to train without writing code.
  • python sdk: full control over your pipeline. best for custom environments, reproducible workflows, or advanced configuration.

both paths produce the same result: a training run you can monitor, evaluate, and serve from the console.

create a training run

what happens next

once your run launches:

  1. GPUs warm up (a few minutes). status shows “starting”.
  2. metrics start flowing. reward curves, response lengths, and solve rates appear on the train tab.
  3. check completions. expand rollouts to see what the model is generating at each step.

don’t draw conclusions from the first few dozen steps. rewards will fluctuate early as the model explores.