Skip to content

Commit bf21c13

Browse files
committed
remove divi
1 parent b2b3119 commit bf21c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

open_diloco/train_fsdp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def get_lr_outer(optimizer, config: Config):
225225
_get_lr_outer,
226226
num_warmup_steps=config.warmup_steps,
227227
# num_training_steps=config.total_steps,
228-
num_training_steps=config.total_steps / 5,
228+
num_training_steps=config.total_steps,
229229
num_cycles=0.5,
230230
)
231231
return LambdaLR(optimizer, lambda_lr, -1)

0 commit comments

Comments
 (0)