git clone [email protected]:fairinternal/fairseq-py.git && cd fairseq-py && git checkout stable-emb
- if you don't have the fairseq conda env, follow these instructions
pip install numpy==1.20
. (optional, but some people needed this)pip install fairscale
(should be > 0.3.7, as of writing)- on FAIR cluster:
pip install -i https://test.pypi.org/simple/ bitsandbytes-cuda110 -U)
- OR on AWS:
pip install -i https://test.pypi.org/simple/ bitsandbytes-cuda111 -U)
Edit this as needed