Running Locally¶
Step 1 — Generate a config¶
That writes a fully-populated run.yaml with all default values filled in. Open it up and you'll see every knob the job exposes.
You can also override values inline:
Planning to run on a specific chip? Bake the hardware request into the config now so you don't have to repeat it later:
Step 2 — Run it¶
my-gpt-runis a human-readable name for this run (used for logging/checkpointing)../outputis where checkpoints, logs, and results land.
Override config values at run time the same way:
If you want to attach the run to a W&B project or group: