mirror of
https://github.com/deepspeedai/DeepSpeed.git
synced 2025-10-20 15:33:51 +08:00
This PR adds a Human Eval CI workflow and associated unit test for Inference V2. --------- Co-authored-by: Arash Bakhtiari <arash@bakhtiari.org> Co-authored-by: Michael Wyatt <michaelwyatt@microsoft.com> Co-authored-by: Masahiro Tanaka <mtanaka@microsoft.com> Co-authored-by: Masahiro Tanaka <81312776+tohtana@users.noreply.github.com> Co-authored-by: Logan Adams <114770087+loadams@users.noreply.github.com>
14 lines
733 B
INI
14 lines
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
|