From 908fc269fbed2635f1b156bbbf4b513d51bcd61a Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Wed, 5 Feb 2025 00:07:11 +0000 Subject: [PATCH] update --- .../azure-pipelines/templates/jobs/download_win_gpu_library.yml | 1 + .../github/azure-pipelines/win-gpu-cuda-ci-pipeline.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 14b9c378be..39d26b6264 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 @@ -11,6 +11,7 @@ parameters: values: - 11.8 - 12.2 + - 12.8 - name: TrtVersion type: string default: '10.7.0.23' diff --git a/tools/ci_build/github/azure-pipelines/win-gpu-cuda-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/win-gpu-cuda-ci-pipeline.yml index 47ece37e66..6282f141e0 100644 --- a/tools/ci_build/github/azure-pipelines/win-gpu-cuda-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/win-gpu-cuda-ci-pipeline.yml @@ -32,7 +32,7 @@ parameters: - name: CudaVersion displayName: CUDA version type: string - default: '12.2' + default: '12.8' values: - 11.8 - 12.2