File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 32
32
working_dir : " /vllm-workspace/tests"
33
33
num_gpus : 2
34
34
35
- - label : Distributed Tests
35
+ - label : Distributed Tests (2 GPUs)
36
36
mirror_hardwares : [amd]
37
37
working_dir : " /vllm-workspace/tests"
38
38
num_gpus : 2
@@ -50,12 +50,16 @@ steps:
50
50
- CUDA_VISIBLE_DEVICES=0,1 pytest -v -s test_sharded_state_loader.py
51
51
- CUDA_VISIBLE_DEVICES=0,1 pytest -v -s distributed/test_utils.py
52
52
53
- - label : Distributed Tests (Multiple Groups )
53
+ - label : Distributed Tests (4 GPUs )
54
54
# mirror_hardwares: [amd]
55
55
working_dir : " /vllm-workspace/tests"
56
56
num_gpus : 4
57
57
commands :
58
58
- pytest -v -s distributed/test_pynccl.py
59
+ # We want to test that models which use 2 GPUs work with 4 GPUs, which is why we duplicate them here.
60
+ # See https://github.com/vllm-project/vllm/pull/5473#issuecomment-2166601837 for context.
61
+ - TEST_DIST_MODEL=facebook/opt-125m DISTRIBUTED_EXECUTOR_BACKEND=ray pytest -v -s distributed/test_basic_distributed_correctness.py
62
+ - TEST_DIST_MODEL=facebook/opt-125m DISTRIBUTED_EXECUTOR_BACKEND=mp pytest -v -s distributed/test_basic_distributed_correctness.py
59
63
60
64
- label : Engine Test
61
65
mirror_hardwares : [amd]
You can’t perform that action at this time.
0 commit comments