We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66246fd commit bf1c6e7Copy full SHA for bf1c6e7
tox.ini
@@ -44,8 +44,8 @@ commands =
44
python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/dataloader.git@{posargs:main}
45
python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/nvtabular.git@{posargs:main}
46
# Reinstall Horovod using `pip install --no-cache-dir` to build with the new version.
47
- {envdir}/env/bin/python -m pip install horovod --no-cache-dir
48
- {envdir}/env/bin/horovodrun --check-build
+ python -m pip install horovod --no-cache-dir
+ horovodrun --check-build
49
# Install distributed-embeddings.
50
git clone https://github.com/NVIDIA-Merlin/distributed-embeddings.git
51
cd distributed-embeddings
0 commit comments