-
Notifications
You must be signed in to change notification settings - Fork 469
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
add transformers 4.36 tests #2085
Conversation
@@ -18,8 +18,10 @@ jobs: | |||
fail-fast: false | |||
matrix: | |||
transformers-version: ["latest"] | |||
os: [ubuntu-20.04, windows-2019, macos-13] | |||
os: [ubuntu-20.04, windows-2019, macos-15] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
upgraded to fix https://github.com/huggingface/optimum/actions/runs/11577705976/job/32244088802 resulting from scaled_dot_product_attention onnx export failing that should be fixed in torch v2.5 (pytorch/pytorch#135615. Currently torch v2.2 is installed (latest supported version for x86 pytorch/pytorch#114602)
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. |
only failing tests are with granite which is not supported on transformers 4.36 https://github.com/huggingface/optimum/actions/runs/11859647666/job/33053100596?pr=2085 |
No description provided.