diff --git a/.github/workflows/windows-cuda-dependency.yml b/.github/workflows/windows-cuda-dependency.yml index a53e389..2747a90 100644 --- a/.github/workflows/windows-cuda-dependency.yml +++ b/.github/workflows/windows-cuda-dependency.yml @@ -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: |