Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Implement GrokFast optimizer #245

Merged
merged 8 commits into from
Jun 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs: v3.0.1 changelog
  • Loading branch information
kozistr committed Jun 22, 2024
commit 3b56b704d13101f1d7cc2e9d24e7842029db33f4
2 changes: 2 additions & 0 deletions docs/changelogs/v3.0.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
* support not-using-first-momentum when beta1 is not given
* default dtype for first momentum to `bfloat16`
* clip second momentum to 0.999
* Implement `GrokFast` optimizer. (#244, #245)
* [Accelerated Grokking by Amplifying Slow Gradients](https://arxiv.org/abs/2405.20233)

### Bug

Expand Down