Skip to content

Commit 2948599

Browse files
.github/workflows/windows-cuda-dependency.yml: upgrade to cuda 12.9.1 and tensorrt 10.13.0
1 parent 2f6121a commit 2948599

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows-cuda-dependency.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Download TensorRT library
4444
run: |
45-
curl -L -o trt.zip https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.12.0/zip/TensorRT-10.12.0.36.Windows.win10.cuda-12.9.zip
45+
curl -L -o trt.zip https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.13.0/zip/TensorRT-10.13.0.35.Windows.win10.cuda-12.9.zip
4646
4747
- name: Extract TensorRT library
4848
run: |
@@ -55,7 +55,7 @@ jobs:
5555
- name: Download CUDA Libraries
5656
shell: cmd
5757
run: |
58-
curl -s -o cuda_installer.exe -L https://developer.download.nvidia.com/compute/cuda/12.9.0/network_installers/cuda_12.9.0_windows_network.exe
58+
curl -s -o cuda_installer.exe -L https://developer.download.nvidia.com/compute/cuda/12.9.1/network_installers/cuda_12.9.1_windows_network.exe
5959
cuda_installer.exe -s cudart_12.9 cublas_12.9 cufft_12.9 cupti_12.9 nvrtc_12.9
6060
6161
- name: Move CUDA Libraries

0 commit comments

Comments
 (0)