We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c7260 commit 26cda8dCopy full SHA for 26cda8d
.github/workflows/cuda/cu129-Windows.sh
@@ -5,7 +5,7 @@
5
curl -k -L "https://drive.google.com/u/0/uc?id=1injUyo3lnarMgWyRcXqKg4UGnN0ysmuq&export=download" --output "/tmp/gpu_driver_dlls.zip"
6
7z x "/tmp/gpu_driver_dlls.zip" -o"/c/Windows/System32"
7
8
-export CUDA_SHORT=12.8
+export CUDA_SHORT=12.9
9
export CUDA_URL=https://developer.download.nvidia.com/compute/cuda/${CUDA_SHORT}.0/local_installers
10
export CUDA_FILE=cuda_${CUDA_SHORT}.0_571.96_windows.exe
11
0 commit comments