From bb0c1f0a05a9dad747a78ed0c47d0ae5f6df8ef0 Mon Sep 17 00:00:00 2001 From: jingyanwangms <47403504+jingyanwangms@users.noreply.github.com> Date: Thu, 3 Oct 2024 22:28:28 -0700 Subject: [PATCH] Update cuda version in release pipeline (#22305) ### Description With TensorRT 10.4 update, the name of TensorRT windows package changed ### Motivation and Context --- .../azure-pipelines/stages/nuget-linux-cuda-packaging-stage.yml | 2 +- .../azure-pipelines/templates/jobs/download_win_gpu_library.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ci_build/github/azure-pipelines/stages/nuget-linux-cuda-packaging-stage.yml b/tools/ci_build/github/azure-pipelines/stages/nuget-linux-cuda-packaging-stage.yml index 034f5221ab..fc6da88917 100644 --- a/tools/ci_build/github/azure-pipelines/stages/nuget-linux-cuda-packaging-stage.yml +++ b/tools/ci_build/github/azure-pipelines/stages/nuget-linux-cuda-packaging-stage.yml @@ -80,7 +80,7 @@ stages: ${{ if eq(parameters.CudaVersion, '11.8') }}: value: 10.4.0.26-1.cuda11.8 ${{ if eq(parameters.CudaVersion, '12.2') }}: - value: 10.4.0.26-1.cuda12.5 + value: 10.4.0.26-1.cuda12.6 steps: - checkout: self clean: true diff --git a/tools/ci_build/github/azure-pipelines/templates/jobs/download_win_gpu_library.yml b/tools/ci_build/github/azure-pipelines/templates/jobs/download_win_gpu_library.yml index 6ce4ad78e6..e196ecb312 100644 --- a/tools/ci_build/github/azure-pipelines/templates/jobs/download_win_gpu_library.yml +++ b/tools/ci_build/github/azure-pipelines/templates/jobs/download_win_gpu_library.yml @@ -44,7 +44,7 @@ steps: displayName: Set trtCudaVersion - ${{ if and(eq(parameters.CudaVersion, '12.2'), eq(parameters.TrtVersion, '10.4.0.26')) }}: - powershell: | - Write-Host "##vso[task.setvariable variable=trtCudaVersion;]12.5" + Write-Host "##vso[task.setvariable variable=trtCudaVersion;]12.6" displayName: Set trtCudaVersion - script: |