[CI] update images to 20250225-035137-aeadc31c#17680
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