build(deps): bump timm from 1.0.24 to 1.0.25 by dependabot[bot] · Pull Request #475 · Unstructured-IO/unstructured-inference
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
timmmodels but could impact downstream use.What's Changed
- Token distill task & distill task refactoring by
@rwightmanin huggingface/pytorch-image-models#2647- Fix distilled head dropout using wrong token in PiT forward_head by
@hassonoferin huggingface/pytorch-image-models#2649- Fix #2653, no models with weights impacted so just a clean fix by
@rwightmanin huggingface/pytorch-image-models#2654- Add the cautious optimizer to AdamP. by
@Yuan-Jinghuiin huggingface/pytorch-image-models#2657- Enhance the numerical stability of the Cautious Optimizer by
@Yuan-Jinghuiin huggingface/pytorch-image-models#2658- Some misc fixes for torch.jit deprecation and meta device init by
@rwightmanin huggingface/pytorch-image-models#2664- fix(optim): replace bare except with Exception in Lion optimizer by
@llukitoin huggingface/pytorch-image-models#2666- Change clamp_min_ to clamp_(min=) as former doesn't work with DTensor / FSDP2 by
@rwightmanin huggingface/pytorch-image-models#2668- Add DTensor compatible NS impl for Muon by
@rwightmanin huggingface/pytorch-image-models#2669New Contributors
@Yuan-Jinghuimade their first contribution in huggingface/pytorch-image-models#2657@llukitomade their first contribution in huggingface/pytorch-image-models#2666Full Changelog: huggingface/pytorch-image-models@v1.0.24...v1.0.25
Commits
9326ff2Release 1.0.2575684faAdd DTensor compatible NS impl for Muonfeed46cChange clamp_min_ to clamp_(min=) as former doesn't work with DTensor / FSDP2...56467adfix(optim): replace bare except with Exception in Lion optimizer41754f2Fix #2661 ... don't skip reset_parameters/init when meta device detected as i...bdab30bRemove torch.jit calls except for .ignore and .is_scripting to avoid 2.11 dep...9171d82Enhance the numerical stability of the Cautious Optimizer17b9764Add the test of cadampba85080Add cadamp optimizer to optimization factorya3643d2Adding the cautious optimizer and the spherical cautious optimizer- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.