Skip to content

Commit 578d4a7

Browse files
committed
change div
1 parent d84042d commit 578d4a7

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 / 4,
228+
num_training_steps=config.total_steps / 5,
229229
num_cycles=0.5,
230230
)
231231
return LambdaLR(optimizer, lambda_lr, -1)

0 commit comments

Comments
 (0)