From bb994cdedc1d968823b3bdf26fdbd98da5ba3bbe Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Wed, 15 Nov 2023 12:04:53 -0800 Subject: [PATCH] change ../templates/ --- .../azure-pipelines/stages/py-cuda-packaging-stage.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/ci_build/github/azure-pipelines/stages/py-cuda-packaging-stage.yml b/tools/ci_build/github/azure-pipelines/stages/py-cuda-packaging-stage.yml index c40948dd11268..ca3b6c180b39f 100644 --- a/tools/ci_build/github/azure-pipelines/stages/py-cuda-packaging-stage.yml +++ b/tools/ci_build/github/azure-pipelines/stages/py-cuda-packaging-stage.yml @@ -60,28 +60,28 @@ stages: value: $(Agent.TempDirectory)\v12.2 jobs: - ${{ if eq(parameters.enable_windows_gpu, true) }}: - - template: py-win-gpu.yml + - template: ../templates/py-win-gpu.yml parameters: MACHINE_POOL: 'onnxruntime-Win2022-GPU-T4' PYTHON_VERSION: '3.8' EP_BUILD_FLAGS: --use_tensorrt --tensorrt_home=${{ variables.win_trt_home }} --cuda_home=${{ variables.win_cuda_home }} --cmake_extra_defines "CMAKE_CUDA_ARCHITECTURES=52;60;61;70;75;80" EP_NAME: gpu - - template: py-win-gpu.yml + - template: ../templates/py-win-gpu.yml parameters: MACHINE_POOL: 'onnxruntime-Win2022-GPU-T4' PYTHON_VERSION: '3.9' EP_BUILD_FLAGS: --use_tensorrt --tensorrt_home=${{ variables.win_trt_home }} --cuda_home=${{ variables.win_cuda_home }} --cmake_extra_defines "CMAKE_CUDA_ARCHITECTURES=52;60;61;70;75;80" EP_NAME: gpu - - template: py-win-gpu.yml + - template: ../templates/py-win-gpu.yml parameters: MACHINE_POOL: 'onnxruntime-Win2022-GPU-T4' PYTHON_VERSION: '3.10' EP_BUILD_FLAGS: --use_tensorrt --tensorrt_home=${{ variables.win_trt_home }} --cuda_home=${{ variables.win_cuda_home }} --cmake_extra_defines "CMAKE_CUDA_ARCHITECTURES=52;60;61;70;75;80" EP_NAME: gpu - - template: py-win-gpu.yml + - template: ../templates/py-win-gpu.yml parameters: MACHINE_POOL: 'onnxruntime-Win2022-GPU-T4' PYTHON_VERSION: '3.11' @@ -90,7 +90,7 @@ stages: - ${{ if eq(parameters.enable_linux_gpu, true) }}: - - template: py-linux-gpu.yml + - template: ../templates/py-linux-gpu.yml parameters: arch: 'x86_64' machine_pool: 'onnxruntime-Ubuntu2004-AMD-CPU'