Add Python 3.12 as experimental to release 2.2 (#119705)

Add 3.12 as experimental version to Release 2.2

Pull Request resolved: https://github.com/pytorch/pytorch/pull/119705
Approved by: https://github.com/Skylion007, https://github.com/huydhn
This commit is contained in:
Andrey Talman 2024-02-12 20:13:54 +00:00 committed by PyTorch MergeBot
parent 82248f0b1c
commit 7adfeba47a
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ Following is the Release Compatibility Matrix for PyTorch releases:
| PyTorch version | Python | Stable CUDA | Experimental CUDA |
| --- | --- | --- | --- |
| 2.2 | >=3.8, <=3.11 | CUDA 11.8, CUDNN 8.7.0.84 | CUDA 12.1, CUDNN 8.9.2.26 |
| 2.2 | >=3.8, <=3.11, (3.12 experimental) | CUDA 11.8, CUDNN 8.7.0.84 | CUDA 12.1, CUDNN 8.9.2.26 |
| 2.1 | >=3.8, <=3.11 | CUDA 11.8, CUDNN 8.7.0.84 | CUDA 12.1, CUDNN 8.9.2.26 |
| 2.0 | >=3.8, <=3.11 | CUDA 11.7, CUDNN 8.5.0.96 | CUDA 11.8, CUDNN 8.7.0.84 |
| 1.13 | >=3.7, <=3.10 | CUDA 11.6, CUDNN 8.3.2.44 | CUDA 11.7, CUDNN 8.5.0.96 |