Skip to content

Commit

Permalink
update cudnn 9.7.1.26 for cuda 12.8 windows (#6280)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinglvv authored Feb 11, 2025
1 parent d82a6e2 commit 17278f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Switch ($cudaVersion) {
}
"12.8" {
$toolkitInstaller = "cuda_12.8.0_571.96_windows.exe"
$cudnn_subfolder = "cudnn-windows-x86_64-9.7.0.66_cuda12-archive"
$cudnn_subfolder = "cudnn-windows-x86_64-9.7.1.26_cuda12-archive"
$installerArgs += " cuda_profiler_api_$cudaVersion nvjitlink_$cudaVersion"
}
}
Expand Down

0 comments on commit 17278f3

Please sign in to comment.