Update DeepSpeed version requirement in Dockerfile (#7326)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
This commit is contained in:
parent
39274273a4
commit
7636d422fa
|
@ -118,8 +118,8 @@ RUN \
|
|||
|
||||
RUN \
|
||||
# install DeepSpeed
|
||||
# TODO(@SeanNaren): 0.3.15 is broken - skipping to unblock
|
||||
pip install 'deepspeed>=0.3.14,!=0.3.15'
|
||||
# TODO(@SeanNaren): CI failing with `>=0.3.15` - skipping to unblock
|
||||
pip install deepspeed==0.3.14
|
||||
|
||||
RUN \
|
||||
# Show what we have
|
||||
|
|
Loading…
Reference in New Issue