Skip to content

Commit 1b8da60

Browse files
.github/workflows/windows-cuda-dependency.yml: upgrade to TensorRT 10.12.0
1 parent f2de121 commit 1b8da60

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.11.0/zip/TensorRT-10.11.0.33.Windows.win10.cuda-12.9.zip
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
4646
4747
- name: Extract TensorRT library
4848
run: |
@@ -68,7 +68,7 @@ jobs:
6868
# Note: unfortunately, TensorRT-RTX download requires registration and according to its license
6969
# agreements, we can only redistribute it along with an application that uses it, so we
7070
# have to use a private repository to hold a copy of the library.
71-
- name: Download TensorRT library
71+
- name: Download TensorRT-RTX library
7272
run: |
7373
# https://stackoverflow.com/questions/20396329/how-to-download-github-release-from-private-repo-using-command-line/35688093#35688093
7474

0 commit comments

Comments
 (0)