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 d82a6e2 commit 17278f3Copy full SHA for 17278f3
aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1
@@ -36,7 +36,7 @@ Switch ($cudaVersion) {
36
}
37
"12.8" {
38
$toolkitInstaller = "cuda_12.8.0_571.96_windows.exe"
39
- $cudnn_subfolder = "cudnn-windows-x86_64-9.7.0.66_cuda12-archive"
+ $cudnn_subfolder = "cudnn-windows-x86_64-9.7.1.26_cuda12-archive"
40
$installerArgs += " cuda_profiler_api_$cudaVersion nvjitlink_$cudaVersion"
41
42
0 commit comments