Skip to content

Commit 362afe1

Browse files
committed
update: recipes
1 parent 875f42a commit 362afe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,8 +565,8 @@
565565
(FOCUS, {'lr': 1e-1, 'weight_decay': 1e-3}, 5),
566566
(Kron, {'lr': 1e0, 'weight_decay': 1e-3}, 3),
567567
(EXAdam, {'lr': 1e-1, 'weight_decay': 1e-3}, 5),
568-
(SCION, {'lr': 5e-1, 'constraint': False, 'weight_decay': 1e-3}, 10),
569-
(SCION, {'lr': 1e-1, 'constraint': True}, 10),
568+
(SCION, {'lr': 5e-1, 'constraint': False, 'weight_decay': 1e-3}, 5),
569+
(SCION, {'lr': 1e-1, 'constraint': True, 'lmo_type': 'col_norm'}, 10),
570570
(Ranger25, {'lr': 1e-1}, 3),
571571
(Ranger25, {'lr': 1e-1, 't_alpha_beta3': 5}, 3),
572572
(Ranger25, {'lr': 5e-2, 'stable_adamw': False, 'orthograd': False, 'eps': None, 'lookahead_merge_time': 2}, 3),

0 commit comments

Comments
 (0)