Skip to content

Commit

Permalink
remove divi
Browse files Browse the repository at this point in the history
  • Loading branch information
samsja committed Aug 21, 2024
1 parent 7adb376 commit efb7e32
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 @@ -224,7 +224,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 efb7e32

Please sign in to comment.