Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 4199375

Browse files
authored
[Doc] Enhance cuda upgrade doc (#1835)
* Correct cudnn version matrix. * Add reference
1 parent 12de8de commit 4199375

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CUDA_UPGRADE_GUIDE.MD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ So you wanna upgrade PyTorch to support a new CUDA? Follow these steps in order!
55
## 0. Before starting upgrade process
66

77
### A. Currently Supported CUDA and CUDNN Libraries
8-
Here is the supported matrix for CUDA and CUDNN
8+
Here is the supported matrix for CUDA and CUDNN (versions can be looked up in https://github.com/pytorch/pytorch/blob/main/.ci/docker/common/install_cudnn.sh)
99

1010
| CUDA | CUDNN | additional details |
1111
| --- | --- | --- |
12-
| 11.8 | 8.9.2.26 | Legacy CUDA Release |
12+
| 11.8 | 8.7.0.84 | Legacy CUDA Release |
1313
| 12.1 | 8.9.2.26 | Stable CUDA Release |
14-
| 12.4 | 8.9.2.26 | Latest CUDA Nightly |
14+
| 12.4 | 8.9.7.29 | Latest CUDA Nightly |
1515

1616

1717
### B. Check the package availability

0 commit comments

Comments
 (0)