Skip to content

Running Experiments

The typical workflow is two steps: configure a run → run (or submit) it.

theseus configure <job> config.yaml             # make config
theseus run <name> config.yaml <output_dir>     # run locally
theseus submit <name> config.yaml               # or send to remote infra

Before you get started, you can run:

theseus jobs

This prints a table of every registered experiment. Pick one — for the examples below we'll use gpt/pretrain.

Choose a workflow: