Skip to content

Commit

Permalink
docs: v3.3.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kozistr committed Dec 21, 2024
1 parent 5c83907 commit 2023956
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/changelogs/v3.3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
* [SGD-like Memory, AdamW-level Performance](https://arxiv.org/abs/2412.05270)
* Rename the `Apollo` (`An Adaptive Parameter-wise Diagonal Quasi-Newton Method for Nonconvex Stochastic Optimization`) optimizer name to `ApolloDQN` not to overlap with the new optimizer name `APOLLO`. (#312)
* Implement `MARS` optimizer. (#313, #314)
* [Unleashing the Power of Variance Reduction for Training Large Models](https://arxiv.org/abs/2411.10438)
* [Unleashing the Power of Variance Reduction for Training Large Models](https://arxiv.org/abs/2411.10438)
* Support `Cautious` variant to `MARS` optimizer. (#314)

### Bug

Expand All @@ -17,7 +18,7 @@

### Docs

* Add more visualizations. (#310)
* Add more visualizations. (#310, #314)

### Contributions

Expand Down

0 comments on commit 2023956

Please sign in to comment.