Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump timm from 1.0.12 to 1.0.13 in /samples #1522

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2025

Bumps timm from 1.0.12 to 1.0.13.

Release notes

Sourced from timm's releases.

Release v1.0.13

Jan 9, 2025

  • Add support to train and validate in pure bfloat16 or float16
  • wandb project name arg added by https://github.com/caojiaolong, use arg.experiment for name
  • Fix old issue w/ checkpoint saving not working on filesystem w/o hard-link support (e.g. FUSE fs mounts)
  • 1.0.13 release

Jan 6, 2025

  • Add torch.utils.checkpoint.checkpoint() wrapper in timm.models that defaults use_reentrant=False, unless TIMM_REENTRANT_CKPT=1 is set in env.

Dec 31, 2024

What's Changed

New Contributors

Full Changelog: huggingface/pytorch-image-models@v1.0.12...v1.0.13

Commits
  • 47811bc Update README, bump version to 1.0.13 non-dev
  • eeee38e Avoid unecessary compat break btw train script and nearby timm versions w/ dt...
  • deb9895 Update checkpoint save to fix old hard-link + fuse issue I ran into again... ...
  • c4fb98f Merge pull request #2398 from huggingface/caojiaolong-main
  • c173886 Merge branch 'main' into caojiaolong-main
  • 2d0ac6f Merge pull request #2397 from huggingface/half_prec_trainval
  • 1969528 Fix dtype log when default (None) is used w/o AMP
  • 92f610c Add half-precision (bfloat16, float16) support to train & validate scripts. S...
  • 40c19f3 Add wandb project name argument and allow change wandb run name
  • 6f80214 Merge pull request #2394 from huggingface/non_reentrant_ckpt
  • 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 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 [timm](https://github.com/huggingface/pytorch-image-models) from 1.0.12 to 1.0.13.
- [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
- [Commits](huggingface/pytorch-image-models@v1.0.12...v1.0.13)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 10, 2025
@github-actions github-actions bot added the category: samples GenAI samples label Jan 10, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 10, 2025

Looks like timm is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jan 10, 2025
@dependabot dependabot bot deleted the dependabot/pip/samples/timm-1.0.13 branch January 10, 2025 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: samples GenAI samples dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants