Skip to content

Commit

Permalink
[test] update pytest markers
Browse files Browse the repository at this point in the history
  • Loading branch information
ver217 committed Aug 16, 2023
1 parent 14ccf8d commit f32fc33
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[pytest]
markers =
cpu: tests which can run on CPU
gpu: tests which requires a single GPU
dist: tests which are run in a multi-GPU or multi-machine environment
experiment: tests for experimental features
dist: tests which are run in a multi-GPU or multi-machine environment (at least 4 GPUs)
largedist: tests which are run in a multi-GPU or multi-machine environment (at least 8 GPUs)
addopts = --ignore=tests/test_analyzer --ignore=tests/test_auto_parallel --ignore=tests/test_autochunk --ignore=tests/test_moe

0 comments on commit f32fc33

Please sign in to comment.