Skip to content

Commit 17278f3

Browse files
authored
update cudnn 9.7.1.26 for cuda 12.8 windows (#6280)
pytorch/pytorch#145570 follow up to pytorch/pytorch#146717 cc @atalman
1 parent d82a6e2 commit 17278f3

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
@@ -36,7 +36,7 @@ Switch ($cudaVersion) {
3636
}
3737
"12.8" {
3838
$toolkitInstaller = "cuda_12.8.0_571.96_windows.exe"
39-
$cudnn_subfolder = "cudnn-windows-x86_64-9.7.0.66_cuda12-archive"
39+
$cudnn_subfolder = "cudnn-windows-x86_64-9.7.1.26_cuda12-archive"
4040
$installerArgs += " cuda_profiler_api_$cudaVersion nvjitlink_$cudaVersion"
4141
}
4242
}

0 commit comments

Comments
 (0)