Skip to content

Commit 7636d42

Browse files
awaelchlicarmocca
andauthored
Update DeepSpeed version requirement in Dockerfile (#7326)
Co-authored-by: Carlos Mocholí <[email protected]>
1 parent 3927427 commit 7636d42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockers/base-cuda/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ RUN \
118118

119119
RUN \
120120
# install DeepSpeed
121-
# TODO(@SeanNaren): 0.3.15 is broken - skipping to unblock
122-
pip install 'deepspeed>=0.3.14,!=0.3.15'
121+
# TODO(@SeanNaren): CI failing with `>=0.3.15` - skipping to unblock
122+
pip install deepspeed==0.3.14
123123

124124
RUN \
125125
# Show what we have

0 commit comments

Comments
 (0)