-
Notifications
You must be signed in to change notification settings - Fork 227
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
chore: Update CI workflow versions to use latest checkout (removes deprecation warning) #1734
chore: Update CI workflow versions to use latest checkout (removes deprecation warning) #1734
Conversation
…precation warning), and ensure CUDA 12.4 is added consistently across builds
@@ -30,10 +30,10 @@ jobs: | |||
runs-on: linux.2xlarge | |||
strategy: | |||
matrix: | |||
cuda_version: ["124", "121", "118"] | |||
cuda_version: ["118", "121", "124"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the benefit of changing the order?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
None! it was just trying to be consistent with increasing versions left-to-right
strategy: | ||
matrix: | ||
cuda_version: ["121", "118"] | ||
cuda_version: ["118", "121", "124"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see #1725
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you! reverted this change in e5c34ca
@@ -37,15 +37,15 @@ jobs: | |||
runs-on: linux.12xlarge.ephemeral | |||
strategy: | |||
matrix: | |||
cuda_version: ["12.1", "11.8"] | |||
cuda_version: ["11.8", "12.1", "12.4"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see #1726
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you! reverted this change in e5c34ca
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not necessarily needed, but I appreciate it.
OS_BASE: "ubuntu18.04" | ||
CUDA_VERSION: "11.8.0" | ||
OS: "ubuntu2204" | ||
OS_BASE: "ubuntu22.04" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point!
hmmm actions/runner#2906 |
@bryantbiggs this PR looks Ok, however there are some errors we want to resolve:
https://github.com/pytorch/builder/actions/runs/8970189807/job/24636329217?pr=1734 I see these are related to your comment about: actions/runner#2906 |
actions/checkout
v3 uses deprecated nodejs runtime, no-op bump to v4 to remove warning