Skip to content

Commit d0db069

Browse files
authored
Update win cudnn to 9.7.1.26 for CUDA 12.6 as well (#6290)
follow up for pytorch/pytorch#146957 use 9.7.1.26 for CUDA 12.6 too to test the windows AMI cc @atalman
1 parent 911f450 commit d0db069

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
@@ -31,7 +31,7 @@ Switch ($cudaVersion) {
3131
}
3232
"12.6" {
3333
$toolkitInstaller = "cuda_12.6.2_560.94_windows.exe"
34-
$cudnn_subfolder = "cudnn-windows-x86_64-9.5.1.17_cuda12-archive"
34+
$cudnn_subfolder = "cudnn-windows-x86_64-9.7.1.26_cuda12-archive"
3535
$installerArgs += " cuda_profiler_api_$cudaVersion nvjitlink_$cudaVersion"
3636
}
3737
"12.8" {

0 commit comments

Comments
 (0)