mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-12-24 04:52:45 +00:00
* [legacy] move trainer to legacy * [doc] update docs related to trainer * [test] ignore legacy test
8 lines
397 B
INI
8 lines
397 B
INI
[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
|
|
addopts = --ignore=tests/test_analyzer --ignore=tests/test_auto_parallel --ignore=tests/test_autochunk --ignore=tests/test_moe --ignore=tests/test_fx --ignore=tests/test_legacy
|