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():
4141 "pytest -v -s basic_correctness/test_cumem.py" ,
4242 "pytest -v -s basic_correctness/test_basic_correctness.py" ,
4343 "pytest -v -s basic_correctness/test_cpu_offload.py" ,
44- "VLLM_TEST_ENABLE_ARTIFICIAL_PREEMPT=1 pytest -v -s basic_correctness/test_preemption.py" ,
4544 ],
4645 },
4746 "vllm_basic_models_test" : {
@@ -68,14 +67,11 @@ def sample_vllm_test_library():
6867 "-v" ,
6968 "-s" ,
7069 "entrypoints/llm" ,
71- "--ignore=entrypoints/llm/test_lazy_outlines.py" ,
7270 "--ignore=entrypoints/llm/test_generate.py" ,
73- "--ignore=entrypoints/llm/test_generate_multiple_loras.py" ,
7471 "--ignore=entrypoints/llm/test_collective_rpc.py" ,
7572 ]
7673 ),
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" ,
7975 "VLLM_USE_V1=0 pytest -v -s entrypoints/offline_mode" ,
8076 ],
8177 },
You can’t perform that action at this time.
0 commit comments