Skip to content

Commit

Permalink
--numprocesses=9
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Mar 13, 2024
1 parent bc76193 commit dd8247f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/gpu-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
- bash: |
python -m pytest $(TEST_DIRS) -v \
-m "not DDP" --numprocesses=5 --dist=load \
-m "not DDP" --numprocesses=9 --dist=load \
--cov=torchmetrics --timeout=240 --durations=100 \
--reruns 3 --reruns-delay 1
workingDirectory: tests
Expand Down

0 comments on commit dd8247f

Please sign in to comment.