Skip to content

Commit 6788dba

Browse files
authored
switch agents pool (#6270)
1 parent 412a7d8 commit 6788dba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# how much time to give 'run always even if cancelled tasks' before stopping them
2424
cancelTimeoutInMinutes: 2
2525

26-
pool: dsvm-spot-pool
26+
pool: gridai-spot-pool
2727

2828
#strategy:
2929
# matrix:
@@ -58,7 +58,7 @@ jobs:
5858
export GIT_TERMINAL_PROMPT=1
5959
#sudo apt-get install -y cmake
6060
# python -m pip install "pip==20.1"
61-
pip install --requirement requirements.txt --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
61+
pip install --requirement requirements.txt
6262
python -c "fname = 'requirements/extra.txt' ; lines = [line for line in open(fname).readlines() if 'fairscale' not in line] ; open(fname, 'w').writelines(lines)"
6363
python -c "fname = 'requirements/extra.txt' ; lines = [line for line in open(fname).readlines() if 'horovod' not in line] ; open(fname, 'w').writelines(lines)"
6464
pip install --requirement ./requirements/devel.txt --upgrade-strategy only-if-needed

0 commit comments

Comments
 (0)