Skip to content

v20240718-180515

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jul 18:06
· 523 commits to main since this release
576f39c
Remove workaround to install kernel-devel (#5480)

This workaround might not be necessary any longer as kernel-devel
appears to be available again in package managers. This also fixes the
LF ALI runners as they are failing to fetch from the s3://ossci-linux
bucket due to no permissions.

I verified by doing a `yum install kernel-devel` on one of the EC2
instances that was stuck and saw that it returned a newer kernel-devel
package.

Relates to pytorch/pytorch#129880 and pytorch/ci-infra#244.

Signed-off-by: Thanh Ha <[email protected]>