Release 2.3.1 validations checklist and cherry-picks #127441
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
Milestone
We need to make sure that:
pip3 install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 --index-url https://download.pytorch.org/whl/test/cu121
torch.linalg.eigh
fails on GPU #94772 with small wheels @huydhn (This is an old issue from way back to 2.1, so I wonder if we need to continue verifying it)torch.compile
libdevice
relative to shared library triton-lang/triton#1176 ) in PyTorch docker container @atalmantorch.compile
raises an error if used on Windows. Test: https://github.com/pytorch/builder/actions/runs/9288567412/job/25566416999#step:9:566torch.compile
works on 3.11 : Test: https://github.com/pytorch/builder/actions/runs/9288567412/job/25566394822#step:12:4126Cherry-Picks to validate
import torch._dynamo
appears to accidentally have a runtime dep on jax/xla (and other things) #123954 @huydhnVersions
2.3.1
The text was updated successfully, but these errors were encountered: