File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ steps:
161161 - tests/v1/test_internal_lb_dp.py
162162 - tests/v1/test_hybrid_lb_dp.py
163163 - tests/v1/engine/test_engine_core_client.py
164+ - tests/distributed/test_symm_mem_allreduce.py
164165 commands :
165166 # test with tp=2 and external_dp=2
166167 - VLLM_USE_V1=0 torchrun --nproc-per-node=4 distributed/test_torchrun_example.py
@@ -178,6 +179,7 @@ steps:
178179 - pytest -v -s compile/test_basic_correctness.py
179180 - pytest -v -s distributed/test_pynccl.py
180181 - pytest -v -s distributed/test_events.py
182+ - pytest -v -s distributed/test_symm_mem_allreduce.py
181183 # TODO: create a dedicated test section for multi-GPU example tests
182184 # when we have multiple distributed example tests
183185 - pushd ../examples/offline_inference
You can’t perform that action at this time.
0 commit comments