Skip to content
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

run CI with torch nightly #138

Merged
merged 1 commit into from
Mar 18, 2025
Merged

run CI with torch nightly #138

merged 1 commit into from
Mar 18, 2025

Conversation

d4l3k
Copy link
Member

@d4l3k d4l3k commented Mar 17, 2025

This adds a new CI build that uses torch nightly to make sure we're compatible with trunk.

Nightly doesn't support old versions of glibc/CUDA driver so we needed to make a few upgrades to the runners.

This makes a few changes to CI for compatibility:

  • update to linux_job_v2.yaml which uses a newer glibc
  • use Python 3.12 since 3.10 has issues with the older glibc
  • use CUDA 12.4 for the newer driver
  • switch to g5.12xlarge (4 GPU A10G) which are compatible with newer CUDA version and can run all the multi GPU tests

Test plan:

CI

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Meta Open Source bot. label Mar 17, 2025
@d4l3k d4l3k force-pushed the d4l3k/torch_nightly branch 10 times, most recently from 2abcf21 to 3e41428 Compare March 18, 2025 16:50
@d4l3k d4l3k changed the title fixes for torch nightly run CI with torch nightly Mar 18, 2025
@d4l3k d4l3k force-pushed the d4l3k/torch_nightly branch 3 times, most recently from fe784b0 to 8f9b401 Compare March 18, 2025 17:52
@d4l3k d4l3k marked this pull request as ready for review March 18, 2025 18:01
@d4l3k d4l3k requested review from fegin, kwen2501 and H-Huang March 18, 2025 18:01
@d4l3k d4l3k force-pushed the d4l3k/torch_nightly branch from 8f9b401 to e8d971e Compare March 18, 2025 18:04
Copy link
Member

@H-Huang H-Huang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@d4l3k d4l3k merged commit 9d38340 into main Mar 18, 2025
7 checks passed
@d4l3k d4l3k deleted the d4l3k/torch_nightly branch March 18, 2025 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Meta Open Source bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants