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 ca64667 commit e6b04daCopy full SHA for e6b04da
.github/workflows/cuda/cu129-Windows.sh
@@ -6,8 +6,8 @@ curl -k -L "https://drive.google.com/u/0/uc?id=1injUyo3lnarMgWyRcXqKg4UGnN0ysmuq
6
7z x "/tmp/gpu_driver_dlls.zip" -o"/c/Windows/System32"
7
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
+export CUDA_URL=https://developer.download.nvidia.com/compute/cuda/${CUDA_SHORT}.1/local_installers
+export CUDA_FILE=cuda_${CUDA_SHORT}.1_576.57_windows.exe
11
12
# Install CUDA:
13
curl -k -L "${CUDA_URL}/${CUDA_FILE}" --output "${CUDA_FILE}"
0 commit comments