Skip to content

Commit fb3ef2a

Browse files
awaelchlilexierule
authored andcommitted
restrict deepspeed version in CI (#8951)
1 parent d266754 commit fb3ef2a

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, !=0.4.5" # FIXME: bug with 0.4.4 and 0.4.5
54+
pip install "deepspeed==0.4.3" # FIXME: bug with >= 0.4.4
5555
pip install . --requirement requirements/devel.txt
5656
pip list
5757
displayName: 'Install dependencies'

0 commit comments

Comments
 (0)