Skip to content

build(deps): bump timm from 1.0.24 to 1.0.25#475

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/timm-1.0.25
Open

build(deps): bump timm from 1.0.24 to 1.0.25#475
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/timm-1.0.25

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps timm from 1.0.24 to 1.0.25.

Release notes

Sourced from timm's releases.

Release v1.0.25

Feb 23, 2026

  • Add token distillation training support to distillation task wrappers
  • Remove some torch.jit usage in prep for official deprecation
  • Caution added to AdamP optimizer
  • Call reset_parameters() even if meta-device init so that buffers get init w/ hacks like init_empty_weights
  • Tweak Muon optimizer to work with DTensor/FSDP2 (clamp_ instead of clamp_min_, alternate NS branch for DTensor)
  • Release 1.0.25

Jan 21, 2026

  • Compat Break: Fix oversight w/ QKV vs MLP bias in ParallelScalingBlock (& DiffParallelScalingBlock)
    • Does not impact any trained timm models but could impact downstream use.

What's Changed

New Contributors

Full Changelog: huggingface/pytorch-image-models@v1.0.24...v1.0.25

Commits
  • 9326ff2 Release 1.0.25
  • 75684fa Add DTensor compatible NS impl for Muon
  • feed46c Change clamp_min_ to clamp_(min=) as former doesn't work with DTensor / FSDP2...
  • 56467ad fix(optim): replace bare except with Exception in Lion optimizer
  • 41754f2 Fix #2661 ... don't skip reset_parameters/init when meta device detected as i...
  • bdab30b Remove torch.jit calls except for .ignore and .is_scripting to avoid 2.11 dep...
  • 9171d82 Enhance the numerical stability of the Cautious Optimizer
  • 17b9764 Add the test of cadamp
  • ba85080 Add cadamp optimizer to optimization factory
  • a3643d2 Adding the cautious optimizer and the spherical cautious optimizer
  • Additional commits viewable in compare view

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2026
Bumps [timm](https://github.com/huggingface/pytorch-image-models) from 1.0.24 to 1.0.25.
- [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
- [Commits](huggingface/pytorch-image-models@v1.0.24...v1.0.25)

---
updated-dependencies:
- dependency-name: timm
  dependency-version: 1.0.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added python:uv Pull requests that update python:uv code dependencies Pull requests that update a dependency file labels Mar 1, 2026
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants