Skip to content

Commit b19ac73

Browse files
tinglvvatalman
andauthored
Update aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1
Co-authored-by: Andrey Talman <atalman@fb.com>
1 parent f853ceb commit b19ac73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Switch ($cudaVersion) {
3232
$installerArgs += " cuda_profiler_api_$cudaVersion nvjitlink_$cudaVersion"
3333
}
3434
"13.0" {
35-
$toolkitInstaller = "cuda_13.0.0_580.65_windows.exe"
35+
$toolkitInstaller = "cuda_13.0.0_windows.exe"
3636
$installerArgs += " cuda_profiler_api_$cudaVersion nvjitlink_$cudaVersion"
3737
}
3838
}

0 commit comments

Comments
 (0)