diff --git a/tools/ci_build/github/azure-pipelines/linux-gpu-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/linux-gpu-ci-pipeline.yml index 78ee0e1a318e..b7232e9dc4ba 100644 --- a/tools/ci_build/github/azure-pipelines/linux-gpu-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/linux-gpu-ci-pipeline.yml @@ -150,7 +150,7 @@ stages: --enable_cuda_profiling --enable_cuda_nhwc_ops \ --enable_pybind --build_java \ --use_cache \ - --cmake_extra_defines CMAKE_CUDA_ARCHITECTURES=86; \ + --cmake_extra_defines CMAKE_CUDA_ARCHITECTURES=75; \ ccache -sv; \ ccache -z" workingDirectory: $(Build.SourcesDirectory) @@ -183,7 +183,7 @@ stages: skipComponentGovernanceDetection: true workspace: clean: all - pool: onnxruntime-Linux-GPU-A10 + pool: onnxruntime-Linux-GPU-T4 steps: - checkout: self clean: true