Skip to content

Commit

Permalink
switch agents pool (Lightning-AI#6270)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored and kaushikb11 committed Mar 2, 2021
1 parent 9fd5ac4 commit 0f93f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0f93f58

Please sign in to comment.