deps(deps): bump transformers from 4.57.3 to 5.10.2#66
Conversation
Bumps [transformers](https://github.com/huggingface/transformers) from 4.57.3 to 5.10.2. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.57.3...v5.10.2) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.10.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
VesperReviewed commits
An analysis of the changed lines reveals a correctness issue regarding the package version: Correctness & CompatibilityThe version Unless you are using a custom private package index that hosts a proprietary fork under this version, running To resolve this, you should pin the package to a valid, existing version (such as Suggestionrequirements.txt
@@ -2,1 +2,1 @@
-transformers==5.10.2
+transformers==4.48.0 |
| @@ -1,5 +1,5 @@ | |||
| fastapi==0.128.0 | |||
| transformers==4.57.3 | |||
| transformers==5.10.2 | |||
There was a problem hiding this comment.
To resolve this, you should pin the package to a valid, existing version (such as 4.48.0 or another stable 4.x release).
| transformers==5.10.2 | |
| transformers==4.48.0 |
Bumps transformers from 4.57.3 to 5.10.2.
Release notes
Sourced from transformers's releases.
... (truncated)
Commits
0dad7b8v5.10.28a4ffeeFix conversion for clip models (#46406)90c3ae5Patch because we had to yank 5.10 because the release branch was not up to date0bd94b3v5.10.01423d22who needs encoders? (#46385)50eb20aFix dsv4 dequant + tp/ep (#46378)74464e8Fix wrong changes produced by style/repo. check bot (#46371)1b8ec34Fix path traversal when saving Bark voice preset embeddings (#46237)e820678Add Sapiens2 Model (#45919)595721cPass library_name/version to Hub calls via a shared HfApi (#46318)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 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)