-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Release 2.3 manual validations #123736
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
Labels
oncall: releng
In support of CI and Release Engineering
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Comments
Validated pypi binaries with slimmed dependencies are usable in standard AWS containers (amazonlinux:2 regression in 1.13) Ran on cuda 12.1 System
Smoke test output
|
Validate docker release builds: https://github.com/pytorch/builder/actions/workflows/validate_docker_images.yml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
oncall: releng
In support of CI and Release Engineering
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Uh oh!
There was an error while loading. Please reload this page.
🐛 Describe the bug
We need to make sure that:
torch.linalg.eigh
fails on GPU #94772 with small wheelstorch.compile
libdevice
relative to shared library triton-lang/triton#1176 ) in PyTorch docker container @juliagmt-googletorch.compile
produces a binary which can be used on 3090torch.compile
raises an error if used on Windows. Test: https://github.com/pytorch/builder/actions/runs/8617750798/job/23618530532#step:9:542torch.compile
works on 3.11 : Test: https://github.com/pytorch/builder/actions/runs/8617750798/job/23618505023Versions
2.3.0
The text was updated successfully, but these errors were encountered: