Skip to content

Release 2.7.1 validations checklist and cherry-picks #154512

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

Closed
47 of 49 tasks
atalman opened this issue May 28, 2025 · 1 comment
Closed
47 of 49 tasks

Release 2.7.1 validations checklist and cherry-picks #154512

atalman opened this issue May 28, 2025 · 1 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

Comments

@atalman
Copy link
Contributor

atalman commented May 28, 2025

🐛 Describe the bug

Similar to: #150628

Cherry Picks to validate on final RC:

Additional validation checks - @atalman :

Versions

2.7.1

@atalman
Copy link
Contributor Author

atalman commented May 29, 2025

Instructions to install runners:

DOWNLOAD INSTRUCTIONS FOR TESTING FINAL RC

PIP CPU

Windows/Linux/MacOS:
pip3 install torch==2.7.1 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cpu
PIP CUDA 11.8, 12.6, 12.8
Windows/Linux:

pip3 install torch==2.7.1 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu118
pip3 install torch==2.7.1 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu126
pip3 install torch==2.7.1 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu128
PIP ROCM 6.2.4

pip3 install torch==2.7.1 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/rocm6.2.4
PIP ROCM 6.3

pip3 install torch==2.7.1 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/rocm6.3
PIP XPU

Linux/Windows:
pip3 install torch==2.7.1 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/xpu
PIP Linux Aarch6

pip3 install torch==2.7.1 torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/test/cpu
PIP Linux CUDA 12.8 Aarch64

pip3 install torch==2.7.1 torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/test/cu128
Libtorch

CPU Linux:

(cxx11 ABI): https://download.pytorch.org/libtorch/test/cpu/libtorch-cxx11-abi-shared-with-deps-latest.zip
CPU Windows:

Download here (Release version): https://download.pytorch.org/libtorch/test/cpu/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version): https://download.pytorch.org/libtorch/test/cpu/libtorch-win-shared-with-deps-debug-latest.zip
CPU MacOS:

https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip
CUDA 11.8, 12.6, 12.8 Linux

(cxx11 ABI):

https://download.pytorch.org/libtorch/test/cu118/libtorch-cxx11-abi-shared-with-deps-latest.zip
[https://download.pytorch.org/libtorch/test/cu126/libtorch-cxx11-abi-shared-with-deps-latest.zip](https://download.pytorch.org/libtorch/test/cu121/libtorch-cxx11-abi-shared-with-deps-latest.zip)
[https://download.pytorch.org/libtorch/test/cu128/libtorch-cxx11-abi-shared-with-deps-latest.zip](https://download.pytorch.org/libtorch/test/cu124/libtorch-cxx11-abi-shared-with-deps-latest.zip)
Windows CUDA 11.8, 12.6, 12.8

(Release version):

https://download.pytorch.org/libtorch/test/cu118/libtorch-win-shared-with-deps-latest.zip
[https://download.pytorch.org/libtorch/test/cu126/libtorch-win-shared-with-deps-latest.zip](https://download.pytorch.org/libtorch/test/cu121/libtorch-win-shared-with-deps-latest.zip)
[https://download.pytorch.org/libtorch/test/cu128/libtorch-win-shared-with-deps-latest.zip](https://download.pytorch.org/libtorch/test/cu124/libtorch-win-shared-with-deps-latest.zip)
(Debug version):

https://download.pytorch.org/libtorch/test/cu118/libtorch-win-shared-with-deps-debug-latest.zip
[https://download.pytorch.org/libtorch/test/cu126/libtorch-win-shared-with-deps-debug-latest.zip](https://download.pytorch.org/libtorch/test/cu121/libtorch-win-shared-with-deps-debug-latest.zip)
[https://download.pytorch.org/libtorch/test/cu128/libtorch-win-shared-with-deps-debug-latest.zip](https://download.pytorch.org/libtorch/test/cu124/libtorch-win-shared-with-deps-debug-latest.zip)
Docker images CUDA 11.8, 12.6, 12.8
Devel:

docker pull ghcr.io/pytorch/pytorch-test:2.7.1-cuda11.8-cudnn9-devel
docker pull ghcr.io/pytorch/pytorch-test:2.7.1-cuda12.6-cudnn9-devel
docker pull ghcr.io/pytorch/pytorch-test:2.7.1-cuda12.8-cudnn9-devel
Runtime:

docker pull ghcr.io/pytorch/pytorch-test:2.7.1-cuda11.8-cudnn9-runtime
docker pull ghcr.io/pytorch/pytorch-test:2.7.1-cuda12.6-cudnn9-runtime
docker pull ghcr.io/pytorch/pytorch-test:2.7.1-cuda12.8-cudnn9-runtime

@atalman atalman moved this to Done in PyTorch OSS Dev Infra Jun 3, 2025
@atalman atalman closed this as completed Jun 6, 2025
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
Projects
Archived in project
Development

No branches or pull requests

1 participant