Skip to content

Commit 4c6b3db

Browse files
authored
Upgrade cudnn for cuda 11.8 (#1523)
Upgrade cudnn for cuda 11.8 Related to: pytorch/builder#1271
1 parent c5dd068 commit 4c6b3db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Switch ($cudaVersion) {
2828
}
2929
"11.8" {
3030
$toolkitInstaller = "cuda_11.8.0_522.06_windows.exe"
31-
$cudnn_subfolder = "cudnn-windows-x86_64-8.5.0.96_cuda11-archive"
31+
$cudnn_subfolder = "cudnn-windows-x86_64-8.7.0.84_cuda11-archive"
3232
$installerArgs += " cuda_profiler_api_$cudaVersion"
3333
}
3434
}

0 commit comments

Comments
 (0)