[CI] cleanup single/multi-card test (#5623)
1. speed up e2e light test.
2. create `2-cards` and `4-cards` folder in multicard
3. move ops to nightly
4. run test in Alphabetical Order
- vLLM version: v0.13.0
- vLLM main:
8be6432bda
Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
@@ -46,7 +46,7 @@ def test_qwen3_w8a8_quant():
|
||||
outputs_0_lst=vllm_target_outputs,
|
||||
outputs_1_lst=vllm_quant_w8a8_outputs,
|
||||
name_0="vllm_target_outputs",
|
||||
name_1="vllm_w8a16_outputs",
|
||||
name_1="vllm_quant_w8a8_outputs",
|
||||
)
|
||||
|
||||
|
||||
@@ -75,5 +75,5 @@ def test_qwen3_dense_w8a16():
|
||||
outputs_0_lst=vllm_target_outputs,
|
||||
outputs_1_lst=vllm_quant_w8a16_outputs,
|
||||
name_0="vllm_target_outputs",
|
||||
name_1="vllm_w8a16_outputs",
|
||||
name_1="vllm_quant_w8a16_outputs",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user