Pin fairscale version (#10200)
This commit is contained in:
parent
dbe1662dc3
commit
3a4e9970d6
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue