Skip to content

Commit

Permalink
Add requirement to handle deepspeed version
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanNaren authored and lexierule committed Aug 11, 2021
1 parent 7aa862a commit b845c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/gpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- bash: |
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 fairscale>=0.3.4
pip install "deepspeed>=0.4.3, !=0.4.4" # FIXME: bug with 0.4.4
pip install "deepspeed>=0.4.3, !=0.4.4, !=0.4.5" # FIXME: bug with 0.4.4 and 0.4.5
pip install . --requirement requirements/devel.txt
pip list
displayName: 'Install dependencies'
Expand Down

0 comments on commit b845c44

Please sign in to comment.