Skip to content

Commit b845c44

Browse files
SeanNarenlexierule
authored andcommitted
Add requirement to handle deepspeed version
1 parent 7aa862a commit b845c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/gpu-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- bash: |
5252
python -c "fname = 'requirements/extra.txt' ; lines = [line for line in open(fname).readlines() if 'horovod' not in line] ; open(fname, 'w').writelines(lines)"
5353
pip install fairscale>=0.3.4
54-
pip install "deepspeed>=0.4.3, !=0.4.4" # FIXME: bug with 0.4.4
54+
pip install "deepspeed>=0.4.3, !=0.4.4, !=0.4.5" # FIXME: bug with 0.4.4 and 0.4.5
5555
pip install . --requirement requirements/devel.txt
5656
pip list
5757
displayName: 'Install dependencies'

0 commit comments

Comments
 (0)