Skip to content

Commit

Permalink
update: test case
Browse files Browse the repository at this point in the history
  • Loading branch information
kozistr committed Dec 6, 2024
1 parent 6455a39 commit a66b877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@
(GrokFastAdamW, {'lr': 5e0, 'weight_decay': 1e-3, 'grokfast_after_step': 1}, 5),
(Kate, {'lr': 5e-2}, 10),
(StableAdamW, {'lr': 1e0}, 5),
(AdamG, {'lr': 1e0}, 20),
(AdamG, {'lr': 1e0, 'p': 0.5}, 60),
(AdEMAMix, {'lr': 1e0}, 3),
(AdEMAMix, {'lr': 1e0, 't_alpha_beta3': 5}, 3),
(
Expand Down

0 comments on commit a66b877

Please sign in to comment.