-
Notifications
You must be signed in to change notification settings - Fork 120
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
Support transformers 4.42 #789
Support transformers 4.42 #789
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
For OpenVINO tests for the regular test there is only a non-related error:
With the slow tests there is this error:
|
I think we should update the version in the CI as well
|
this is probably will require some changes related to generative models with disableing wrapping cache to cache class and getting dtype
|
5c07721
to
11b7bcb
Compare
Thanks! I was under the impression the latest version would always be installed. I update the workflow file.
:-( I'll make this PR a draft. The regular tests worked out of the box for me so I hoped this would be an easy update. |
@helena-intel how did you tested that? There is also forcing transformers version on optimum side that may affect optimum-intel package selection https://github.com/huggingface/optimum/blob/d0a84a94183222a3931adcfca7f234a7086821db/setup.py#L18 do you install transformers version after optimum-intel install? |
Closing PR as per Ekaterina's comment this needs more work to be supported. |
OpenVINO tests pass for me locally with 4.42. Would be great if we can support this version.