Skip to content

Bump pytorch-optimizer from 3.5.1 to 3.8.0#188

Closed
dependabot[bot] wants to merge 1 commit into
sd3from
dependabot/pip/pytorch-optimizer-3.8.0
Closed

Bump pytorch-optimizer from 3.5.1 to 3.8.0#188
dependabot[bot] wants to merge 1 commit into
sd3from
dependabot/pip/pytorch-optimizer-3.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 14, 2025

Copy link
Copy Markdown

Bumps pytorch-optimizer from 3.5.1 to 3.8.0.

Release notes

Sourced from pytorch-optimizer's releases.

pytorch-optimizer v3.8.0

Change Log

Feature

Update

  • Re-implement Muon and AdaMuon optimizers based on the recent official implementation. (#408, #410)
    • Their definitions have changed from the previous version, so please check out the documentation!
  • Update the missing optimizers from __init__.py. (#415)
  • Add the HuggingFace Trainer example. (#415)
  • Optimize the visualization outputs and change the visualization document to a table layout. (#416)

Dependency

  • Update mkdocs dependencies. (#417)

CI

  • Add some GitHub actions to automate some processes. (#411, #412, #413)

Contributions

thanks to @​AidinHamedi

pytorch-optimizer v3.7.0

Change Log

Feature

CI

  • Enable CI for Python 3.8 ~ 3.13. (#402, #404)

... (truncated)

Changelog

Sourced from pytorch-optimizer's changelog.

v3.7.0

Change Log

Feature

CI

  • Enable CI for Python 3.8 ~ 3.13. (#402, #404)

Fix

  • Adjust the value of eps to the fixed value 1e-15 when adding to exp_avg_sq. (#397, #398)
  • built-in type-hint in Kron optimizer. (#404)

v3.6.1

Change Log

Feature

Update

  • Change the default range of the beta parameter from [0, 1] to [0, 1). (#392)

Fix

  • Fix to use momentum buffer instead of the gradient to calculate LMO. (#385)

v3.6.0

Change Log

Feature

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [pytorch-optimizer](https://github.com/kozistr/pytorch_optimizer) from 3.5.1 to 3.8.0.
- [Release notes](https://github.com/kozistr/pytorch_optimizer/releases)
- [Changelog](https://github.com/kozistr/pytorch_optimizer/blob/main/CHANGELOG.md)
- [Commits](kozistr/pytorch_optimizer@v3.5.1...v3.8.0)

---
updated-dependencies:
- dependency-name: pytorch-optimizer
  dependency-version: 3.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 14, 2025
@dependabot @github

dependabot Bot commented on behalf of github Oct 20, 2025

Copy link
Copy Markdown
Author

Superseded by #202.

@dependabot dependabot Bot closed this Oct 20, 2025
@dependabot dependabot Bot deleted the dependabot/pip/pytorch-optimizer-3.8.0 branch October 20, 2025 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants