Skip to content

Commit b58e1d4

Browse files
committed
update: test case
1 parent 4e3c130 commit b58e1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@
525525
(ADOPT, {'lr': 1e0}, 5),
526526
(FTRL, {'lr': 1e0, 'beta': 0.0, 'lambda_1': 0.0, 'lambda_2': 0.0}, 5),
527527
(Muon, {'lr': 5e0, 'use_adjusted_lr': True, 'adam_lr': 1e0, 'adamw_wd': 1e-2}, 5),
528-
(Muon, {'lr': 1e0, 'adam_lr': 1e0, 'adamw_wd': 1e-2, 'nesterov': False}, 5),
528+
(Muon, {'lr': 2e0, 'adam_lr': 1e0, 'adamw_wd': 1e-2, 'nesterov': False}, 5),
529529
(LaProp, {'lr': 1e0, 'weight_decay': 1e-3}, 5),
530530
(LaProp, {'lr': 1e0, 'centered': True, 'weight_decay': 1e-3}, 11),
531531
(LaProp, {'lr': 1e0, 'ams_bound': True, 'weight_decay': 1e-3}, 5),

0 commit comments

Comments
 (0)