Skip to content

Commit

Permalink
Remove duplicate gradient_accumulation_steps in DS config
Browse files Browse the repository at this point in the history
  • Loading branch information
saforem2 committed Oct 18, 2024
1 parent 467279b commit 9e015cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ALCF/helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,6 @@ generateDSconfig() {
\"train_batch_size\": $GLOBAL_BATCH,
\"train_micro_batch_size_per_gpu\": $MICRO_BATCH,
\"steps_per_print\": 1,
\"gradient_clipping\": 1.0,
\"gradient_accumulation_steps\": $GRAD_ACC_STEPS,
\"zero_force_ds_cpu_optimizer\": false,
\"zero_allow_untested_optimizer\": true,
Expand Down

0 comments on commit 9e015cc

Please sign in to comment.