Skip to content

Build(deps): Bump timm from 1.0.25 to 1.0.26 in /requirements#1306

Merged
adamjstewart merged 1 commit intomainfrom
dependabot/pip/requirements/timm-1.0.26
Mar 24, 2026
Merged

Build(deps): Bump timm from 1.0.25 to 1.0.26 in /requirements#1306
adamjstewart merged 1 commit intomainfrom
dependabot/pip/requirements/timm-1.0.26

Conversation

@dependabot
Copy link
Contributor

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

Bumps timm from 1.0.25 to 1.0.26.

Release notes

Sourced from timm's releases.

Release v1.0.26

March 23, 2026

  • Improve pickle checkpoint handling security. Default all loading to weights_only=True, add safe_global for ArgParse.
  • Improve attention mask handling for core ViT/EVA models & layers. Resolve bool masks, pass is_causal through for SSL tasks.
  • Fix class & register token uses with ViT and no pos embed enabled.
  • Add Patch Representation Refinement (PRR) as a pooling option in ViT. Thanks Sina (https://github.com/sinahmr).
  • Improve consistency of output projection / MLP dimensions for attention pooling layers.
  • Hiera model F.SDPA optimization to allow Flash Attention kernel use.
  • Caution added to SGDP optimizer.
  • Release 1.0.26. First maintenance release since my departure from Hugging Face.

What's Changed

New Contributors

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

Commits
  • 8d0f79e Release 1.0.26
  • 6e3fdda Implement PRR as a pooling module. Alternative to #2678
  • 8b4239c Add comments for DinoV3 re global pool (class token). Fix #2681
  • 52e6d19 Change avg_checkpoints.py to use more secure load helper
  • 7a2f49b Fix FX tracing on resolve_self_attn_mask
  • 61a26c7 Improve attention mask handling for vision_transformer and eva and related bl...
  • 3e8def8 Improve 2d and latent attention pool dimension handling. Fix #2682
  • a94c10f Update version.py
  • 0c90043 fix: branch Hiera MaskUnitAttention into 4D global path for FlashAttention di...
  • a346c76 Further refine weights_only=True, add safe globals for argparse Namespace to ...
  • 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)

Bumps [timm](https://github.com/huggingface/pytorch-image-models) from 1.0.25 to 1.0.26.
- [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
- [Commits](huggingface/pytorch-image-models@v1.0.25...v1.0.26)

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

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 Mar 24, 2026
@adamjstewart adamjstewart merged commit f3d65a3 into main Mar 24, 2026
17 checks passed
@adamjstewart adamjstewart deleted the dependabot/pip/requirements/timm-1.0.26 branch March 24, 2026 08:47
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.

1 participant