Skip to content

Commit 33a87b9

Browse files
authored
Update Windows AMI 13.0 and 13.2 cudnn to cudnn-windows-x86_64-9.20.0.48_cuda13-archive (#7972)
1 parent 385d3db commit 33a87b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ Switch ($cudaVersion) {
2929
$toolkitInstaller = "cuda_12.9.1_576.57_windows.exe"
3030
}
3131
"13.0" {
32-
$cudnn_subfolder="cudnn-windows-x86_64-9.19.0.56_cuda13-archive"
32+
$cudnn_subfolder="cudnn-windows-x86_64-9.20.0.48_cuda13-archive"
3333
$toolkitInstaller = "cuda_13.0.0_windows.exe"
3434
$installerArgs = ""
3535
}
3636
"13.2" {
37-
$cudnn_subfolder="cudnn-windows-x86_64-9.19.0.56_cuda13-archive"
37+
$cudnn_subfolder="cudnn-windows-x86_64-9.20.0.48_cuda13-archive"
3838
$toolkitInstaller = "cuda_13.2.1_windows.exe"
3939
$installerArgs = ""
4040
}

0 commit comments

Comments
 (0)