awslabs / s3-connector-for-pytorch

The Amazon S3 Connector for PyTorch delivers high throughput for PyTorch training jobs that access and store data in Amazon S3.
BSD 3-Clause "New" or "Revised" License
122 stars 18 forks source link

Conditionally modify YUM repositories for aarch64 #220

Closed IsaevIlya closed 3 months ago

IsaevIlya commented 3 months ago

Description

Centos 7 reached its End Of Life which lead to deprecation of official mirrors. cibuildwheels made changes to re-targed yum to vault with frozen packages, but it was lacking packages for aarch64 platform. Removing unnecessary packages helped to resolve that problem.

Testing

Run wheels build workflow


By submitting this pull request, I confirm that my contribution is made under the terms of BSD 3-Clause License and I agree to the terms of the LICENSE.