File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,6 @@ Switch ($cudaVersion) {
24
24
$cudnn_subfolder = " cudnn-windows-x86_64-9.1.0.70_cuda11-archive"
25
25
$installerArgs += " cuda_profiler_api_$cudaVersion "
26
26
}
27
- " 12.4" {
28
- $toolkitInstaller = " cuda_12.4.0_551.61_windows.exe"
29
- $cudnn_subfolder = " cudnn-windows-x86_64-9.1.0.70_cuda12-archive"
30
- $installerArgs += " cuda_profiler_api_$cudaVersion nvjitlink_$cudaVersion "
31
- }
32
27
" 12.6" {
33
28
$toolkitInstaller = " cuda_12.6.2_560.94_windows.exe"
34
29
$cudnn_subfolder = " cudnn-windows-x86_64-9.7.1.26_cuda12-archive"
@@ -39,6 +34,11 @@ Switch ($cudaVersion) {
39
34
$cudnn_subfolder = " cudnn-windows-x86_64-9.7.1.26_cuda12-archive"
40
35
$installerArgs += " cuda_profiler_api_$cudaVersion nvjitlink_$cudaVersion "
41
36
}
37
+ " 12.9" {
38
+ $toolkitInstaller = " cuda_12.9.1_576.57_windows.exe"
39
+ $cudnn_subfolder = " cudnn-windows-x86_64-9.10.2.21_cuda12-archive"
40
+ $installerArgs += " cuda_profiler_api_$cudaVersion nvjitlink_$cudaVersion "
41
+ }
42
42
}
43
43
44
44
Original file line number Diff line number Diff line change @@ -107,21 +107,21 @@ build {
107
107
}
108
108
109
109
provisioner "powershell" {
110
- environment_vars = [" CUDA_VERSION=12.4 " ]
110
+ environment_vars = [" CUDA_VERSION=12.6 " ]
111
111
scripts = [
112
112
" ${ path . root } /scripts/Installers/Install-CUDA-Tools.ps1" ,
113
113
]
114
114
}
115
115
116
116
provisioner "powershell" {
117
- environment_vars = [" CUDA_VERSION=12.6 " ]
117
+ environment_vars = [" CUDA_VERSION=12.8 " ]
118
118
scripts = [
119
119
" ${ path . root } /scripts/Installers/Install-CUDA-Tools.ps1" ,
120
120
]
121
121
}
122
122
123
123
provisioner "powershell" {
124
- environment_vars = [" CUDA_VERSION=12.8 " ]
124
+ environment_vars = [" CUDA_VERSION=12.9 " ]
125
125
scripts = [
126
126
" ${ path . root } /scripts/Installers/Install-CUDA-Tools.ps1" ,
127
127
]
You can’t perform that action at this time.
0 commit comments