We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911f450 commit d0db069Copy full SHA for d0db069
aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1
@@ -31,7 +31,7 @@ Switch ($cudaVersion) {
31
}
32
"12.6" {
33
$toolkitInstaller = "cuda_12.6.2_560.94_windows.exe"
34
- $cudnn_subfolder = "cudnn-windows-x86_64-9.5.1.17_cuda12-archive"
+ $cudnn_subfolder = "cudnn-windows-x86_64-9.7.1.26_cuda12-archive"
35
$installerArgs += " cuda_profiler_api_$cudaVersion nvjitlink_$cudaVersion"
36
37
"12.8" {
0 commit comments