Update DeepSpeed version requirement in Dockerfile (#7326)

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
This commit is contained in:
Adrian Wälchli 2021-05-03 20:21:19 +02:00 committed by GitHub
parent 39274273a4
commit 7636d422fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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