Skip to content

Commit

Permalink
remove divi
Browse files Browse the repository at this point in the history
  • Loading branch information
samsja committed Aug 22, 2024
1 parent b2b3119 commit bf21c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_diloco/train_fsdp.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def get_lr_outer(optimizer, config: Config):
_get_lr_outer,
num_warmup_steps=config.warmup_steps,
# num_training_steps=config.total_steps,
num_training_steps=config.total_steps / 5,
num_training_steps=config.total_steps,
num_cycles=0.5,
)
return LambdaLR(optimizer, lambda_lr, -1)
Expand Down

0 comments on commit bf21c13

Please sign in to comment.