-
Notifications
You must be signed in to change notification settings - Fork 24.7k
Fix trition wheels build (take 2) #117706
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
Conversation
Sorry, I should have been more thorough in reviewing #117648 Triton wheels are build on main, not on nightly branch
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/117706
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Unrelated FailureAs of commit 6f76362 with merge base 2db53a0 ( NEW FAILURE - The following job has failed:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot drci (I want to see if pr-dep-check failure is marked as flaky, .. and it's gone) |
@pytorchbot merge -f "Lint is green" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Sorry, I should have been more thorough in reviewing pytorch#117648 Triton wheels are built of `main` branch, rather than `nightly`, see https://github.com/pytorch/pytorch/blob/2db53a01e545636602572eeb2268c68500c5e47b/.github/workflows/build-triton-wheel.yml#L1-L6 Test plan: merge and hope for the best :P Pull Request resolved: pytorch#117706 Approved by: https://github.com/huydhn, https://github.com/atalman
Sorry, I should have been more thorough in reviewing #117648 Triton wheels are built of
main
branch, rather thannightly
, seepytorch/.github/workflows/build-triton-wheel.yml
Lines 1 to 6 in 2db53a0
Test plan: merge and hope for the best :P