Skip to content

Commit

Permalink
disable horovod for PT
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz committed Jan 26, 2024
1 parent 5c2ceb0 commit deab986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- run: pip install horovod mpi4py
env:
HOROVOD_WITH_TENSORFLOW: 1
HOROVOD_WITH_PYTORCH: 0
HOROVOD_WITHOUT_GLOO: 1
- run: dp --version
- run: pytest --cov=deepmd source/tests --durations=0
Expand Down

0 comments on commit deab986

Please sign in to comment.