Release 2.4.1 validations checklist and cherry-picks #134694
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
Uh oh!
There was an error while loading. Please reload this page.
🐛 Describe the bug
Similar to: #130151
We need to make sure that:
CUDA
pip3 install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 --index-url https://download.pytorch.org/whl/test/cu121
@PaliCCan not be installed with default pip, the workaround is
python -m pip install pip --upgrade --force
:torch.linalg.eigh
fails on GPU #94772 with small wheels (This is an old issue from way back to 2.1, so I wonder if we need to continue verifying it) @PaliCtorch.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/10599520657/job/29374895248#step:9:465torch.compile
works on 3.11, 3.12 : Test: https://github.com/pytorch/builder/actions/runs/10599520657/job/29374840087#step:12:3785Cherry-Picks to validate
libstdc++
CXX11 ABI symbols. #133437 @atalmanmkl-static
install channel issue. #132103torch.cuda.amp.autocast
raise FutureWarnings #130659 @kit1980torch.load
are missingweights_only
and raise FutureWarning #130658 @kit1980pickle.loads
throws warning withnn.Module
#130242 @malfetVersions
2.4.1
The text was updated successfully, but these errors were encountered: