From 9a7dfacaeab756904474c690496331f3308ae1ff Mon Sep 17 00:00:00 2001 From: WolframRhodium Date: Tue, 3 Dec 2024 18:57:15 +0800 Subject: [PATCH] .github/workflows/windows-trt.yml: update to cuda 12.6.3 and tensorrt 10.7.0 --- .github/workflows/windows-trt.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows-trt.yml b/.github/workflows/windows-trt.yml index a7425ec..257dd63 100644 --- a/.github/workflows/windows-trt.yml +++ b/.github/workflows/windows-trt.yml @@ -46,18 +46,18 @@ jobs: uses: actions/cache@v4 with: path: C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA - key: ${{ runner.os }}-vstrt-cuda-12.6.2 + key: ${{ runner.os }}-vstrt-cuda-12.6.3 save-always: true - name: Setup CUDA if: steps.cache-cuda.outputs.cache-hit != 'true' run: | - curl -s -o cuda_installer.exe -L https://developer.download.nvidia.com/compute/cuda/12.6.2/network_installers/cuda_12.6.2_windows_network.exe + curl -s -o cuda_installer.exe -L https://developer.download.nvidia.com/compute/cuda/12.6.3/network_installers/cuda_12.6.3_windows_network.exe cuda_installer.exe -s nvcc_12.6 cudart_12.6 cuda_profiler_api_12.6 - name: Download TensorRT run: | - curl -L -o trt.zip https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.6.0/zip/TensorRT-10.6.0.26.Windows.win10.cuda-12.6.zip + curl -L -o trt.zip https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.7.0/zip/TensorRT-10.7.0.23.Windows.win10.cuda-12.6.zip unzip trt.zip mv TensorRT-*/ tensorrt/