Conversation
Define it once in `.ci/docker/trition_version.txt` and use everywhere
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/96580
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit ee66eeb: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
huydhn
left a comment
There was a problem hiding this comment.
Yay! This is much nicer indeed, although there is still one on builder IIRC from your PR yesterday
6ba96c3 to
b330ab1
Compare
|
@pytorchbot merge -f "Build Trition + docker builds are green" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
|
@pytorchbot revert -m "Forgot to fix lint" -c ignoredsignal |
|
@pytorchbot successfully started a revert job. Check the current status here. |
|
@malfet your PR has been successfully reverted. |
This reverts commit c131e51. Reverted #96580 on behalf of https://github.com/malfet due to Forgot to fix lint
|
@pytorchbot merge -f "Lint + Triton + Docker builds are green" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Define it once in `.ci/docker/trition_version.txt` and use everywhere. Also, patch version defined in `triton/__init__.py` as currently it always returns `2.0.0` even if package name is `2.1.0` Followup after pytorch/pytorch#95896 where version needed to be updated in 4+ places Pull Request resolved: pytorch/pytorch#96580 Approved by: https://github.com/huydhn
This reverts commit c131e51. Reverted pytorch/pytorch#96580 on behalf of https://github.com/malfet due to Forgot to fix lint
Define it once in `.ci/docker/trition_version.txt` and use everywhere. Also, patch version defined in `triton/__init__.py` as currently it always returns `2.0.0` even if package name is `2.1.0` Followup after pytorch/pytorch#95896 where version needed to be updated in 4+ places Pull Request resolved: pytorch/pytorch#96580 Approved by: https://github.com/huydhn
Define it once in `.ci/docker/trition_version.txt` and use everywhere. Also, patch version defined in `triton/__init__.py` as currently it always returns `2.0.0` even if package name is `2.1.0` Followup after pytorch/pytorch#95896 where version needed to be updated in 4+ places Pull Request resolved: pytorch/pytorch#96580 Approved by: https://github.com/huydhn
This reverts commit c131e51. Reverted pytorch/pytorch#96580 on behalf of https://github.com/malfet due to Forgot to fix lint
Define it once in `.ci/docker/trition_version.txt` and use everywhere. Also, patch version defined in `triton/__init__.py` as currently it always returns `2.0.0` even if package name is `2.1.0` Followup after pytorch/pytorch#95896 where version needed to be updated in 4+ places Pull Request resolved: pytorch/pytorch#96580 Approved by: https://github.com/huydhn
Define it once in
.ci/docker/trition_version.txtand use everywhere.Also, patch version defined in
triton/__init__.pyas currently it always returns2.0.0even if package name is2.1.0Followup after #95896 where version needed to be updated in 4+ places