Update transformers version to 4.47.1#28348
Merged
itikhono merged 3 commits intoopenvinotoolkit:masterfrom Jan 17, 2025
Merged
Conversation
rkazants
reviewed
Jan 9, 2025
| # but optimum still requires <4.45.0 | ||
| transformers==4.44.2 | ||
| # before updating transformers version, make sure no tests (esp. sdpa2pa) are failing | ||
| transformers==4.47.1 |
Collaborator
There was a problem hiding this comment.
shall we update optimum-intel version below? Now it is fixed to old one.
Contributor
Author
There was a problem hiding this comment.
Hmm, locally I'm using the latest one, indeed. But I see it being temporary fixed in #27985
There's nothing more permanent than temporary, right?
Need to verify
Contributor
Author
There was a problem hiding this comment.
I've unpinned optimum-intel version per comment from @mvafin
Update the version of the transformers module to support latest models in precommit testing like katuni4ka/tiny-random-nanollava Adjust reference values for other models that were affected by the changes in transformers. Signed-off-by: Andrii Staikov <andrii.staikov@intel.com> Ticket: * CVS-157416
a0db8c9 to
29ec603
Compare
mvafin
approved these changes
Jan 14, 2025
rkazants
approved these changes
Jan 14, 2025
itikhono
approved these changes
Jan 14, 2025
itikhono
reviewed
Jan 17, 2025
MirceaDan99
pushed a commit
to MirceaDan99/openvino
that referenced
this pull request
Jan 22, 2025
Update transformers version to 4.47.1 Update the version of the transformers module to support latest models in precommit testing like katuni4ka/tiny-random-nanollava Adjust reference values for other models that were affected by the changes in transformers. Signed-off-by: Andrii Staikov <andrii.staikov@intel.com> Ticket: * CVS-157416
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update transformers version to 4.47.1
Update the version of the transformers module to support latest models in precommit testing like katuni4ka/tiny-random-nanollava
Adjust reference values for other models that were affected by the changes in transformers.
Signed-off-by: Andrii Staikov andrii.staikov@intel.com
Ticket: