Skip to content

Commit 110e61c

Browse files
.github/workflows/windows-cuda-dependency.yml: upgrade to tensorrt 10.13.3, cudnn 9.13.0 and cuda 13.0.1
1 parent 28b3056 commit 110e61c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Download cuDNN inference library
32-
run: curl -LJ https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-9.12.0.46_cuda12-archive.zip -o cudnn.zip
32+
run: curl -LJ https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-9.13.0.50_cuda13-archive.zip -o cudnn.zip
3333

3434
- name: Extract cuDNN library
3535
run: unzip cudnn.zip
@@ -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.13.0/zip/TensorRT-10.13.0.35.Windows.win10.cuda-12.9.zip
45+
curl -L -o trt.zip https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.13.3/zip/TensorRT-10.13.3.9.Windows.win10.cuda-13.0.zip
4646
4747
- name: Extract TensorRT library
4848
run: |
@@ -55,14 +55,14 @@ 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.1/network_installers/cuda_12.9.1_windows_network.exe
59-
cuda_installer.exe -s cudart_12.9 cublas_12.9 cufft_12.9 cupti_12.9 nvrtc_12.9
58+
curl -s -o cuda_installer.exe -L https://developer.download.nvidia.com/compute/cuda/13.0.1/network_installers/cuda_13.0.1_windows_network.exe
59+
cuda_installer.exe -s cudart_13.0 cublas_13.0 cufft_13.0 cupti_13.0 nvrtc_13.0
6060
6161
- name: Move CUDA Libraries
6262
shell: cmd
6363
run: |
64-
move "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.9\extras\CUPTI\lib64\cupti*.dll" vsmlrt-cuda
65-
move "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.9\bin\*.dll" vsmlrt-cuda
64+
move "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0\extras\CUPTI\lib64\cupti*.dll" vsmlrt-cuda
65+
move "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0\bin\x64\*.dll" vsmlrt-cuda
6666
del vsmlrt-cuda\cudart32*.dll
6767
6868
- name: Download TensorRT-RTX library

0 commit comments

Comments
 (0)