Skip to content

Commit

Permalink
use global python for installing horovod
Browse files Browse the repository at this point in the history
  • Loading branch information
edknv committed Mar 7, 2023
1 parent 66246fd commit bf1c6e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ commands =
python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/dataloader.git@{posargs:main}
python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/nvtabular.git@{posargs:main}
# Reinstall Horovod using `pip install --no-cache-dir` to build with the new version.
{envdir}/env/bin/python -m pip install horovod --no-cache-dir
{envdir}/env/bin/horovodrun --check-build
python -m pip install horovod --no-cache-dir
horovodrun --check-build
# Install distributed-embeddings.
git clone https://github.com/NVIDIA-Merlin/distributed-embeddings.git
cd distributed-embeddings
Expand Down

0 comments on commit bf1c6e7

Please sign in to comment.