-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[CI] update images to 20250225-035137-aeadc31c #17680
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
Conversation
|
The unity errors are caused by the changes in the Core Aten IR in PyTorch. https://github.com/pytorch/pytorch/releases/tag/v2.6.0 |
|
Just a random thought: could we have different expected IRModules for different torch versions? Since torch version is available by |
|
Maybe it's possible to support multiple versions of torch in the test. But I don't think we need to do it since Core Aten Ops is under active development so we only support the latest one to reduce the maintenance cost. |
9fd72cc to
b2a6a7a
Compare
|
@MasterJH5574 @mshr-h Thank you for the extremely helpful input! I’ve skipped several tests in this PR, and we can re-enable them in follow-up PRs. It would be great to unblock the Docker images in this PR. |
* [CI] update images to 20250225-035137-aeadc31c * Skip e2e in ci * Skip the incompatible tests * Fix lint
Update the CI Docker images to the latest built versions, and the torch gpu is supposed to be installed on gpu container.
cc: @MasterJH5574 @tqchen @mshr-h