Release 2.5.0 validations checklist and cherry-picks #137492
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
Similar to: #134694
We need to make sure that:
dnf update
dnf -y install python3-pip
pip3 install torch==2.5.0 --index-url https://download.pytorch.org/whl/test/cu124
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) @atalmantorch.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/11238619993/job/31243853359#step:9:469torch.compile
works on 3.11, 3.12 : Test: https://github.com/pytorch/builder/actions/runs/11236853245/job/31237993839#step:12:3709Cherry-Picks to validate
libstdc++
CXX11 ABI symbols. #133437 @atalmannn.Conv1d()
,nn.Conv2d()
andnn.Conv3d()
should be explained in the actual order of the parameters. #135880 @kit1980/opt/rocm/lib/libamdhip64.so
is hardcoded inCaffe2Targets.cmake
in ROCm wheels #131701 @jithunnair-amdlibtorch
API is C++17 compatible #136471 @kit1980any()
crashes on a Tensor with >4 dims #136134any()
crashes on a Tensor with >4 dims #136134onnxruntime
#134662benchmarks/
folder as a global python package #133377 @kit1980Versions
2.5.0
The text was updated successfully, but these errors were encountered: