Skip to content

Commit

Permalink
Trying to enforce horovod GPU tests to use the installed modified dat…
Browse files Browse the repository at this point in the history
…aloader
  • Loading branch information
gabrielspmoreira committed Mar 14, 2023
1 parent 94d5715 commit 4427f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ commands =
python -m pip install --upgrade git+https://github.com/bschifferer/dataloader.git@change_output
python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/nvtabular.git@{posargs:main}
python -m pip install --upgrade git+https://github.com/bschifferer/dataloader.git@change_output
horovodrun -np 2 sh examples/usecases/multi-gpu/hvd_wrapper.sh pytest -m horovod -rxs tests/unit
horovodrun -np 2 sh examples/usecases/multi-gpu/hvd_wrapper.sh python -m pytest -m horovod -rxs tests/unit

[testenv:py38-horovod-cpu]
setenv =
Expand Down

0 comments on commit 4427f88

Please sign in to comment.