Skip to content

Commit

Permalink
Windows AMI update cudnn-windows-x86_64-9.5.1.17_cuda12-archive (#5924)
Browse files Browse the repository at this point in the history
Cuda 12.6 migration
  • Loading branch information
atalman authored Nov 15, 2024
1 parent 9abd4d9 commit 32a72fa
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.6" {
$toolkitInstaller = "cuda_12.6.2_560.94_windows.exe"
$cudnn_subfolder = "cudnn-windows-x86_64-9.5.0.50_cuda12-archive"
$cudnn_subfolder = "cudnn-windows-x86_64-9.5.1.17_cuda12-archive"
$installerArgs += " cuda_profiler_api_$cudaVersion nvjitlink_$cudaVersion"
}
}
Expand Down

0 comments on commit 32a72fa

Please sign in to comment.