Skip to content

Commit 4eb2317

Browse files
Bump timm from 1.0.21 to 1.0.22 in /tests/python_tests (#2965)
Bumps [timm](https://github.com/huggingface/pytorch-image-models) from 1.0.21 to 1.0.22. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/huggingface/pytorch-image-models/releases">timm's releases</a>.</em></p> <blockquote> <h2>Release v1.0.22</h2> <p>Patch release for priority LayerScale initialization regression in 1.0.21</p> <h2>What's Changed</h2> <ul> <li>Add some weights for efficientnet_x / efficientnet_h models by <a href="https://github.com/rwightman"><code>@​rwightman</code></a> in <a href="https://redirect.github.com/huggingface/pytorch-image-models/pull/2602">huggingface/pytorch-image-models#2602</a></li> <li>Update result csvs by <a href="https://github.com/rwightman"><code>@​rwightman</code></a> in <a href="https://redirect.github.com/huggingface/pytorch-image-models/pull/2603">huggingface/pytorch-image-models#2603</a></li> <li>Fix LayerScale ignoring init_values by <a href="https://github.com/Ilya-Fradlin"><code>@​Ilya-Fradlin</code></a> in <a href="https://redirect.github.com/huggingface/pytorch-image-models/pull/2605">huggingface/pytorch-image-models#2605</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Ilya-Fradlin"><code>@​Ilya-Fradlin</code></a> made their first contribution in <a href="https://redirect.github.com/huggingface/pytorch-image-models/pull/2605">huggingface/pytorch-image-models#2605</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/huggingface/pytorch-image-models/compare/v1.0.21...v1.0.22">https://github.com/huggingface/pytorch-image-models/compare/v1.0.21...v1.0.22</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/huggingface/pytorch-image-models/commit/78c3724f4545c0067d0b4d2f7df6337196be01ce"><code>78c3724</code></a> Release 1.0.22 for LayerScale regression</li> <li><a href="https://github.com/huggingface/pytorch-image-models/commit/ce73a2c804d5f663009bf2a83984015c155c007a"><code>ce73a2c</code></a> Refactor layer_scale to use init_values for gamma</li> <li><a href="https://github.com/huggingface/pytorch-image-models/commit/47c18f4b6419d34ada6e5deba2463727f3b219f2"><code>47c18f4</code></a> Update version.py to dev</li> <li><a href="https://github.com/huggingface/pytorch-image-models/commit/d7c75b5909c42034d9688bec33bc8f32105f685d"><code>d7c75b5</code></a> Update README.md</li> <li><a href="https://github.com/huggingface/pytorch-image-models/commit/4e5207c7bb6592474ca56e28b2cf85be8f1a550f"><code>4e5207c</code></a> Update result csvs (<a href="https://redirect.github.com/huggingface/pytorch-image-models/issues/2603">#2603</a>)</li> <li><a href="https://github.com/huggingface/pytorch-image-models/commit/5f1c8b8360905e01293c78e6b00e0d654a182741"><code>5f1c8b8</code></a> Add some weights for efficientnet_x / efficientnet_h models to validate varia...</li> <li>See full diff in <a href="https://github.com/huggingface/pytorch-image-models/compare/v1.0.21...v1.0.22">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=timm&package-manager=pip&previous-version=1.0.21&new-version=1.0.22)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6a6b85d commit 4eb2317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python_tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ einops==0.8.1
2020
torchvision==0.17.2; platform_system == "Darwin" and platform_machine == "x86_64"
2121
torchvision==0.23.0; platform_system != "Darwin" or platform_machine != "x86_64"
2222
# - openbmb/MiniCPM-V-2
23-
timm==1.0.21
23+
timm==1.0.22
2424
# - openai/whisper-base
2525
librosa==0.11.0
2626
soundfile==0.13.1

0 commit comments

Comments
 (0)