Skip to content

Commit

Permalink
.github/workflows/windows-cuda-dependency.yml: upgrade to tensorrt 10…
Browse files Browse the repository at this point in the history
….1.0
  • Loading branch information
WolframRhodium committed Jun 15, 2024
1 parent a3f300d commit 01b7289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-cuda-dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Download TensorRT library
run: |
curl -L -o trt.zip https://developer.download.nvidia.com/compute/machine-learning/tensorrt/10.0.1/zip/TensorRT-10.0.1.6.Windows10.win10.cuda-12.4.zip
curl -L -o trt.zip https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.1.0/zip/TensorRT-10.1.0.27.Windows.win10.cuda-12.4.zip
- name: Extract TensorRT library
run: |
Expand Down

0 comments on commit 01b7289

Please sign in to comment.