Skip to content

Commit

Permalink
Fix hvd test (#2430)
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 authored Jan 18, 2022
1 parent 5b1ec28 commit ee8d7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ jobs:
- run:
name: Run 1 Node 2 GPUs Unit Tests
command: |
export test_cmd='bash tests/run_gpu_tests.sh 1 hvd'
export test_cmd='bash tests/run_gpu_tests.sh 2 hvd'
docker exec -it pthd /bin/bash -c "${test_cmd}"
# no CUDA devices Horovod tests
export test_cmd='CUDA_VISIBLE_DEVICES="" pytest --cov ignite --cov-append --cov-report term-missing --cov-report xml -vvv tests/ -m distributed -k hvd'
Expand Down

0 comments on commit ee8d7dd

Please sign in to comment.