Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Almalinux-builder in linux-job by default (#5898)
Use image build by: pytorch/pytorch#140157 This should support both Manylinux 2.28 wheels and old glibc 2.26 wheels. Tested by pulling Docker images and running some test. Test: ``` docker pull pytorch/almalinux-builder:cpu-main ``` Test Wheel build with Manylinux 2.28: ``` >>> import torch >>> from torch._C import * >>> torch.__version__ '2.6.0.dev20241106+cpu' ``` Test Wheel build with manylinux-builder: ``` >>> import torch >>> torch.__version__ '2.5.1+cu124' >>> from torch._C import * ``` Example of Glibc failure with wheels from 2024.11.06: https://github.com/pytorch/tensordict/actions/runs/11708894033/job/32611711890#step:12:734
- Loading branch information