Skip to content

Commit

Permalink
Update setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhanhx committed Aug 17, 2021
1 parent 03ad70b commit f926542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UNITER/conda/setup_uniter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ cd ../
conda install pytorch==1.0.1 torchvision==0.2.2 cudatoolkit=10.2 -c pytorch --yes
conda install scikit-learn --yes
pip install pytorch-pretrained-bert==0.6.2 tensorboardX==1.7 ipdb==0.12 lz4==2.1.9 lmdb==0.97
pip install toolz cytoolz msgpack msgpack-numpy
pip install toolz cytoolz msgpack msgpack-numpy cmake

HOROVOD_WITH_PYTORCH=1 pip install --no-cache-dir horovod
HOROVOD_WITH_PYTORCH=1 PATH=$PATH pip install --no-cache-dir horovod

# apex (gcc >= 5.4.0 required)
git clone https://github.com/jackroos/apex
Expand Down

0 comments on commit f926542

Please sign in to comment.