There was an error while loading. Please reload this page.
1 parent fcec014 commit 11335dfCopy full SHA for 11335df
1 file changed
aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1
@@ -32,6 +32,7 @@ Switch ($cudaVersion) {
32
$installerArgs += " cuda_profiler_api_$cudaVersion nvjitlink_$cudaVersion"
33
}
34
"13.0" {
35
+ $cudnn_subfolder="cudnn-windows-x86_64-9.12.0.46_cuda13-archive"
36
$toolkitInstaller = "cuda_13.0.0_windows.exe"
37
38
0 commit comments