Skip to content

Commit ce13a47

Browse files
committed
Upgrade to CUDA 11.1.1 on Windows.
1 parent 4a9c074 commit ce13a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win/pkgs/cuda.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if (-not $(Test-Path $DownloadDir))
1111
Exit 1
1212
}
1313

14-
$ver = "11.1.0"
14+
$ver = "11.1.1"
1515
$exe = "cuda_${ver}_win10_network.exe"
1616
if (-not $(Test-Path "${DownloadDir}/${exe}"))
1717
{

0 commit comments

Comments
 (0)