Skip to content

Commit

Permalink
Add release matrix to release.md (#93392)
Browse files Browse the repository at this point in the history
Add Release Compatibility Matrix
Pull Request resolved: #93392
Approved by: https://github.com/weiwangmeta, https://github.com/albanD, https://github.com/seemethere
  • Loading branch information
atalman authored and pytorchmergebot committed Jan 31, 2023
1 parent 902b4db commit 18c6ca1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions RELEASE.md
Expand Up @@ -2,6 +2,7 @@

<!-- toc -->

- [Release Compatibility Matrix](#release-compatibility-matrix)
- [General Overview](#general-overview)
- [Cutting a release branch preparations](#cutting-a-release-branch-preparations)
- [Cutting release branches](#cutting-release-branches)
Expand Down Expand Up @@ -34,6 +35,16 @@

<!-- tocstop -->

## Release Compatibility Matrix

Following is the Release Compatibility Matrix for PyTorch releases:

| PyTorch version | Python | Stable CUDA | Experimental CUDA |
| --- | --- | --- | --- |
| 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 |
| 1.12 | >=3.7, <=3.10 | CUDA 11.3, CUDNN 8.3.2.44 | CUDA 11.6, CUDNN 8.3.2.44 |

## General Overview

Releasing a new version of PyTorch generally entails 3 major steps:
Expand Down

0 comments on commit 18c6ca1

Please sign in to comment.