20
20
- VLLM_TEST_ENABLE_ARTIFICIAL_PREEMPT=1 pytest -v -s basic_correctness/test_preemption.py
21
21
22
22
- label : Core Test
23
+ mirror_hardwares : [amd]
23
24
command : pytest -v -s core
24
25
25
26
- label : Distributed Comm Ops Test
@@ -29,7 +30,10 @@ steps:
29
30
30
31
- label : Distributed Tests
31
32
working_dir : " /vllm-workspace/tests/distributed"
32
- num_gpus : 2
33
+
34
+ num_gpus : 2 # only support 1 or 2 for now.
35
+ mirror_hardwares : [amd]
36
+
33
37
commands :
34
38
- pytest -v -s test_pynccl_library.py
35
39
- TEST_DIST_MODEL=facebook/opt-125m pytest -v -s test_basic_distributed_correctness.py
44
48
- pytest -v -s test_pynccl.py
45
49
46
50
- label : Engine Test
51
+ mirror_hardwares : [amd]
47
52
command : pytest -v -s engine tokenization test_sequence.py test_config.py test_logger.py
48
53
49
54
- label : Entrypoints Test
54
59
55
60
- label : Examples Test
56
61
working_dir : " /vllm-workspace/examples"
62
+ mirror_hardwares : [amd]
57
63
commands :
58
64
# install aws cli for llava_example.py
59
65
- pip install awscli
@@ -67,29 +73,35 @@ steps:
67
73
parallelism : 4
68
74
69
75
- label : Models Test
76
+ mirror_hardwares : [amd]
70
77
commands :
71
78
- bash ../.buildkite/download-images.sh
72
79
- pytest -v -s models --ignore=models/test_llava.py --ignore=models/test_mistral.py
73
80
74
81
- label : Llava Test
82
+ mirror_hardwares : [amd]
75
83
commands :
76
84
- bash ../.buildkite/download-images.sh
77
85
- pytest -v -s models/test_llava.py
78
86
79
87
- label : Prefix Caching Test
88
+ mirror_hardwares : [amd]
80
89
commands :
81
90
- pytest -v -s prefix_caching
82
91
83
92
- label : Samplers Test
84
93
command : pytest -v -s samplers
85
94
86
95
- label : LogitsProcessor Test
96
+ mirror_hardwares : [amd]
87
97
command : pytest -v -s test_logits_processor.py
88
98
89
99
- label : Worker Test
100
+ mirror_hardwares : [amd]
90
101
command : pytest -v -s worker
91
102
92
103
- label : Speculative decoding tests
104
+ mirror_hardwares : [amd]
93
105
command : pytest -v -s spec_decode
94
106
95
107
- label : LoRA Test %N
@@ -107,6 +119,7 @@ steps:
107
119
108
120
- label : Benchmarks
109
121
working_dir : " /vllm-workspace/.buildkite"
122
+ mirror_hardwares : [amd]
110
123
commands :
111
124
- pip install aiohttp
112
125
- bash run-benchmarks.sh
0 commit comments