File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
.ci/lumen_cli/cli/lib/core/vllm Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ def sample_vllm_test_library():
41
41
"pytest -v -s basic_correctness/test_cumem.py" ,
42
42
"pytest -v -s basic_correctness/test_basic_correctness.py" ,
43
43
"pytest -v -s basic_correctness/test_cpu_offload.py" ,
44
- "VLLM_TEST_ENABLE_ARTIFICIAL_PREEMPT=1 pytest -v -s basic_correctness/test_preemption.py" ,
45
44
],
46
45
},
47
46
"vllm_basic_models_test" : {
@@ -68,14 +67,11 @@ def sample_vllm_test_library():
68
67
"-v" ,
69
68
"-s" ,
70
69
"entrypoints/llm" ,
71
- "--ignore=entrypoints/llm/test_lazy_outlines.py" ,
72
70
"--ignore=entrypoints/llm/test_generate.py" ,
73
- "--ignore=entrypoints/llm/test_generate_multiple_loras.py" ,
74
71
"--ignore=entrypoints/llm/test_collective_rpc.py" ,
75
72
]
76
73
),
77
- "pytest -v -s entrypoints/llm/test_lazy_outlines.py" ,
78
- "pytest -v -s entrypoints/llm/test_generate.py " ,
74
+ "pytest -v -s entrypoints/llm/test_generate.py" ,
79
75
"VLLM_USE_V1=0 pytest -v -s entrypoints/offline_mode" ,
80
76
],
81
77
},
You can’t perform that action at this time.
0 commit comments