File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 : |
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
You can’t perform that action at this time.
0 commit comments