From 0f93f582804eafddc004ed05436f79fa0a75a68e Mon Sep 17 00:00:00 2001 From: Jirka Borovec Date: Mon, 1 Mar 2021 22:14:55 +0100 Subject: [PATCH] switch agents pool (#6270) --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6d4d49aff40c1..e29d901817ea4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,7 +23,7 @@ jobs: # how much time to give 'run always even if cancelled tasks' before stopping them cancelTimeoutInMinutes: 2 - pool: dsvm-spot-pool + pool: gridai-spot-pool #strategy: # matrix: @@ -58,7 +58,7 @@ jobs: export GIT_TERMINAL_PROMPT=1 #sudo apt-get install -y cmake # python -m pip install "pip==20.1" - pip install --requirement requirements.txt --find-links https://download.pytorch.org/whl/cpu/torch_stable.html + pip install --requirement requirements.txt python -c "fname = 'requirements/extra.txt' ; lines = [line for line in open(fname).readlines() if 'fairscale' not in line] ; open(fname, 'w').writelines(lines)" python -c "fname = 'requirements/extra.txt' ; lines = [line for line in open(fname).readlines() if 'horovod' not in line] ; open(fname, 'w').writelines(lines)" pip install --requirement ./requirements/devel.txt --upgrade-strategy only-if-needed