Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Jan 28, 2025
1 parent 4352bf3 commit f3a06d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/train/anneal/OLMo2-32B-anneal.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def build(
launch=build_launch_config(
name=run_name,
root_dir=root_dir,
cmd=[script, cmd, run_name, cluster, *overrides],
cmd=[script, cmd, run_name, checkpoint, cluster, *overrides],
cluster=cluster,
nccl_debug=False,
),
Expand Down

0 comments on commit f3a06d2

Please sign in to comment.