There was an error while loading. Please reload this page.
1 parent 385d3db commit 33a87b9Copy full SHA for 33a87b9
1 file changed
aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1
@@ -29,12 +29,12 @@ Switch ($cudaVersion) {
29
$toolkitInstaller = "cuda_12.9.1_576.57_windows.exe"
30
}
31
"13.0" {
32
- $cudnn_subfolder="cudnn-windows-x86_64-9.19.0.56_cuda13-archive"
+ $cudnn_subfolder="cudnn-windows-x86_64-9.20.0.48_cuda13-archive"
33
$toolkitInstaller = "cuda_13.0.0_windows.exe"
34
$installerArgs = ""
35
36
"13.2" {
37
38
$toolkitInstaller = "cuda_13.2.1_windows.exe"
39
40
0 commit comments