From 809cb26ace7efc940c72353caee270d54bd37936 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Tue, 18 Jun 2024 11:04:02 +0800 Subject: [PATCH] Use A100 for LLama2 model test (#21068) ### Description ### Motivation and Context --- .../github/azure-pipelines/bigmodels-ci-pipeline.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/bigmodels-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/bigmodels-ci-pipeline.yml index f7500e0d80..0c0cd8d0a8 100644 --- a/tools/ci_build/github/azure-pipelines/bigmodels-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/bigmodels-ci-pipeline.yml @@ -296,7 +296,10 @@ stages: skipComponentGovernanceDetection: true workspace: clean: all - pool: Onnxruntime-Linux-A10-24G + pool: + name: Onnxruntime-Linux-GPU-A100-WUS3 + demands: + - WorkFolder -equals /mnt/storage/ steps: - task: mspremier.PostBuildCleanup.PostBuildCleanup-task.PostBuildCleanup@3 displayName: 'Clean Agent Directories'