Skip to content

Bump pytorch-optimizer from 3.5.1 to 3.6.1#169

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 7, 2025

Copy link
Copy Markdown

Bumps pytorch-optimizer from 3.5.1 to 3.6.1.

Release notes

Sourced from pytorch-optimizer's releases.

pytorch-optimizer 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)

pytorch-optimizer v3.6.0

Change Log

Feature

Update

  • Support 2D< Tensor for RACS and Alice optimizers. (#380)
  • Remove the auxiliary variants from the default parameters of the optimizers and change the name of the state and parameter. (#380)
    • use_gc, adanorm, cautious, stable_adamw, and adam_debias will be affected.
    • You can still use these variants by passing the parameters to **kwargs.
    • Notably, in case of adanorm variant, you need to pass adanorm (and adanorm_r for r option) parameter(s) to use this variant, and the name of the state will be changed from exp_avg_norm to exp_avg_adanorm.
  • Refactor reset() to init_group() method in the BaseOptimizer class. (#380)
  • Refactor SAM optimizer family. (#380)
  • Gather AdamP, SGDP things into pytorch_optimizer.optimizer.adamp.*. (#381)
    • pytorch_optimizer.optimizer.sgdp.SGDP to pytorch_optimizer.optimizer.adamp.SGDP
    • pytorch_optimizer.optimizer.util.projection to pytorch_optimizer.optimizer.adamp.projection
    • pytorch_optimizer.optimizer.util.cosine_similarity_by_view to pytorch_optimizer.optimizer.adamp.cosine_similarity_by_view
  • Remove channel_view() and layer_view() from pytorch_optimizer.optimizer.util. (#381)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [pytorch-optimizer](https://github.com/kozistr/pytorch_optimizer) from 3.5.1 to 3.6.1.
- [Release notes](https://github.com/kozistr/pytorch_optimizer/releases)
- [Commits](kozistr/pytorch_optimizer@v3.5.1...v3.6.1)

---
updated-dependencies:
- dependency-name: pytorch-optimizer
  dependency-version: 3.6.1
  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 Jul 7, 2025
@dependabot @github

dependabot Bot commented on behalf of github Jul 29, 2025

Copy link
Copy Markdown
Author

Superseded by #181.

@dependabot dependabot Bot closed this Jul 29, 2025
@dependabot dependabot Bot deleted the dependabot/pip/pytorch-optimizer-3.6.1 branch July 29, 2025 12:12
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