Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit cbf5bd0

Browse files
authored
Build horovod with gloo (#1383)
* Build horovod with gloo * Update prepare_clean_env.sh
1 parent 52e3de1 commit cbf5bd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/prepare_clean_env.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,16 @@ export MXNET_HOME=$PWD/tests/data
1111
export HOROVOD_WITHOUT_TENSORFLOW=1
1212
export HOROVOD_WITHOUT_PYTORCH=1
1313
export HOROVOD_WITH_MXNET=1
14+
export HOROVOD_WITH_GLOO=1
15+
export HOROVOD_WITHOUT_MPI=1
1416

1517
make clean
1618
conda env update --prune -p conda/${env_name} -f env/${env_name}.yml
1719
conda activate ./conda/${env_name}
1820
conda list
1921
printenv
2022

23+
pip install cmake
2124
pip install -v -e .
2225
pip install horovod --no-cache-dir -U
2326
python -m spacy download en

0 commit comments

Comments
 (0)