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 5b1ec28 commit ee8d7ddCopy full SHA for ee8d7dd
.circleci/config.yml
@@ -347,7 +347,7 @@ jobs:
347
- run:
348
name: Run 1 Node 2 GPUs Unit Tests
349
command: |
350
- export test_cmd='bash tests/run_gpu_tests.sh 1 hvd'
+ export test_cmd='bash tests/run_gpu_tests.sh 2 hvd'
351
docker exec -it pthd /bin/bash -c "${test_cmd}"
352
# no CUDA devices Horovod tests
353
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