Pin fairscale version (#10200)

This commit is contained in:
Carlos Mocholí 2021-10-28 01:24:17 +02:00 committed by GitHub
parent dbe1662dc3
commit 3a4e9970d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ jobs:
- bash: |
python -c "fname = 'requirements/extra.txt' ; lines = [line for line in open(fname).readlines() if 'horovod' not in line] ; open(fname, 'w').writelines(lines)"
pip install fairscale>=0.3.4
pip install fairscale==0.4.0
pip install deepspeed==0.5.4
pip install . --requirement requirements/devel.txt
pip list

View File

@ -108,11 +108,11 @@ RUN \
RUN \
# install FairScale
pip install fairscale>=0.3.4
pip install fairscale==0.4.0
RUN \
# install DeepSpeed
pip install deepspeed==0.4.0
pip install deepspeed==0.5.4
RUN \
# Show what we have