Skip to content

Commit 123912f

Browse files
committed
Move tests/unit/model_parallelism to tests/unit/v1/autotp
Per maintainer feedback the tests-to-preserve tree is tests/unit/v1, which is also the scope the modal GPU workflow selects, so the AutoTP tests run on multi-accelerator CI once they live there. Update the xpu workflow's path accordingly. Signed-off-by: Guokai Ma <guokai.ma@intel.com>
1 parent 88acf89 commit 123912f

7 files changed

Lines changed: 1 addition & 1 deletion

.github/workflows/xpu-max1100.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
export I_MPI_SHM=off
7373
pytest --verbose accelerator/*
7474
pytest --verbose autotuning/*
75-
pytest --verbose model_parallelism/*
75+
pytest --verbose v1/autotp/*
7676
pytest --verbose monitor/*
7777
pytest --verbose utils/*
7878
pytest --verbose runtime/test_ds_config_model.py

tests/unit/model_parallelism/test_autotp_custom_patterns.py renamed to tests/unit/v1/autotp/test_autotp_custom_patterns.py

File renamed without changes.
File renamed without changes.

tests/unit/model_parallelism/test_configurable_parallel_mp.py renamed to tests/unit/v1/autotp/test_configurable_parallel_mp.py

File renamed without changes.

tests/unit/model_parallelism/test_configurable_parallel_pp.py renamed to tests/unit/v1/autotp/test_configurable_parallel_pp.py

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)