From 4a5d66c15f2daf2f0d654fa98dfd0334322b5341 Mon Sep 17 00:00:00 2001 From: jingyanwangms <47403504+jingyanwangms@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:26:16 -0700 Subject: [PATCH] Default value 10.2->10.3 in linux-gpu-tensorrt-daily-perf-pipeline.yml (#21823) ### Description Fix default value 10.2->10.3 in linux-gpu-tensorrt-daily-perf-pipeline.yml ### Motivation and Context --- .../azure-pipelines/linux-gpu-tensorrt-daily-perf-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/linux-gpu-tensorrt-daily-perf-pipeline.yml b/tools/ci_build/github/azure-pipelines/linux-gpu-tensorrt-daily-perf-pipeline.yml index ddfb4297af..e172611d89 100644 --- a/tools/ci_build/github/azure-pipelines/linux-gpu-tensorrt-daily-perf-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/linux-gpu-tensorrt-daily-perf-pipeline.yml @@ -8,7 +8,7 @@ parameters: - name: TrtVersion displayName: TensorRT Version type: string - default: 10.2.cuda_12_5_cudnn_9 + default: 10.3.cuda_12_5_cudnn_9 values: - 8.6.cuda_11_8_cudnn_8 - 8.6.cuda_12_3_cudnn_9