Skip to content

Commit

Permalink
Adds help for train_single
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgr committed Jan 2, 2025
1 parent 8083774 commit 51a9294
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/olmo_core/internal/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ def main(
[b magenta]launch:[/] Launch the script on Beaker with the [b magenta]train[/] subcommand.
[b magenta]train:[/] Run the trainer. You usually shouldn't invoke the script with this subcommand directly.
Instead use [b magenta]launch[/] or run it with torchrun.
[b magenta]train_single:[/] Run the trainer on a single device (GPU, CPU, MPS). num_nodes is ignored.
[b magenta]prep:[/] Prepare the dataset ahead of training to save GPU time.
[b magenta]launch_prep:[/] Launch the script on Beaker with the [b magenta]prep[/] subcommand.
[b magenta]dry_run:[/] Pretty print the config and exit.
Expand Down

0 comments on commit 51a9294

Please sign in to comment.