Skip to content

Commit

Permalink
disable unsharded checkpoints for now
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Jul 24, 2023
1 parent cef8b14 commit 14e4afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/v1-mix-medium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ save_overwrite: false
save_interval: 1000
save_num_checkpoints_to_keep: 2
# Unsharded checkpoints (for final storage)
save_interval_unsharded: 25000
save_interval_unsharded: 1000000 # getting errors on LUMI right now
save_num_unsharded_checkpoints_to_keep: -1

load_path: null
Expand Down

0 comments on commit 14e4afa

Please sign in to comment.