Skip to content

Commit ee8d7dd

Browse files
authored
Fix hvd test (#2430)
1 parent 5b1ec28 commit ee8d7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ jobs:
347347
- run:
348348
name: Run 1 Node 2 GPUs Unit Tests
349349
command: |
350-
export test_cmd='bash tests/run_gpu_tests.sh 1 hvd'
350+
export test_cmd='bash tests/run_gpu_tests.sh 2 hvd'
351351
docker exec -it pthd /bin/bash -c "${test_cmd}"
352352
# no CUDA devices Horovod tests
353353
export test_cmd='CUDA_VISIBLE_DEVICES="" pytest --cov ignite --cov-append --cov-report term-missing --cov-report xml -vvv tests/ -m distributed -k hvd'

0 commit comments

Comments
 (0)