Skip to content

Commit e6b04da

Browse files
committed
update
1 parent ca64667 commit e6b04da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cuda/cu129-Windows.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ curl -k -L "https://drive.google.com/u/0/uc?id=1injUyo3lnarMgWyRcXqKg4UGnN0ysmuq
66
7z x "/tmp/gpu_driver_dlls.zip" -o"/c/Windows/System32"
77

88
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
9+
export CUDA_URL=https://developer.download.nvidia.com/compute/cuda/${CUDA_SHORT}.1/local_installers
10+
export CUDA_FILE=cuda_${CUDA_SHORT}.1_576.57_windows.exe
1111

1212
# Install CUDA:
1313
curl -k -L "${CUDA_URL}/${CUDA_FILE}" --output "${CUDA_FILE}"

0 commit comments

Comments
 (0)