зеркало из https://github.com/microsoft/DeepSpeed.git
14 строки
733 B
INI
14 строки
733 B
INI
[pytest]
|
|
addopts = -m "not sequential and not nightly and not inference and not seq_inference and not inference_ops and not inference_v2 and not inference_v2_ops and not stable_diffusion and not evaluation"
|
|
markers =
|
|
sequential:Tests that need to be run sequentially
|
|
inference:Inference model tests
|
|
inference_ops:Individual inference operator tests
|
|
inference_v2:Inference tests for the v2 stack
|
|
inference_v2_ops:Op tests for the v2 stack
|
|
seq_inference:Inference model tests to run sequentially
|
|
nightly:Tests that should be run nightly
|
|
world_size:Change world size of individual tests in a class
|
|
stable_diffusion:Tests that run Stable Diffusion
|
|
evaluation:Tests that evaluate model correctness
|