Answers for "install apex for fairseq"

0

how to install fairseq

git clone https://github.com/pytorch/fairseq.git
cd fairseq
pip install -r requirements.txt
python setup.py build develop
Posted by: Guest on September-19-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language