File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -125,9 +125,8 @@ steps:
125125 - pytest -v -s entrypoints/llm/test_generate.py # it needs a clean process
126126 - pytest -v -s entrypoints/llm/test_generate_multiple_loras.py # it needs a clean process
127127 - VLLM_USE_V1=0 pytest -v -s entrypoints/llm/test_guided_generate.py # it needs a clean process
128- - pytest -v -s entrypoints/openai --ignore=entrypoints/openai/test_oot_registration.py --ignore=entrypoints/openai/test_chat_with_tool_reasoning .py --ignore=entrypoints/openai/correctness/
128+ - pytest -v -s entrypoints/openai --ignore=entrypoints/openai/test_chat_with_tool_reasoning.py --ignore=entrypoints/openai/ test_oot_registration.py --ignore=entrypoints/openai/test_tensorizer_entrypoint .py --ignore=entrypoints/openai/correctness/
129129 - pytest -v -s entrypoints/test_chat_utils.py
130- - pytest -v -s entrypoints/openai/test_tensorizer_entrypoint.py
131130 - VLLM_USE_V1=0 pytest -v -s entrypoints/offline_mode # Needs to avoid interference with other tests
132131
133132- label : Distributed Tests (4 GPUs) # 10min
@@ -390,10 +389,12 @@ steps:
390389 source_file_dependencies :
391390 - vllm/model_executor/model_loader
392391 - tests/tensorizer_loader
392+ - tests/entrypoints/openai/test_tensorizer_entrypoint.py
393393 commands :
394394 - apt-get update && apt-get install -y curl libsodium23
395395 - export VLLM_WORKER_MULTIPROC_METHOD=spawn
396396 - pytest -v -s tensorizer_loader
397+ - pytest -v -s entrypoints/openai/test_tensorizer_entrypoint.py
397398
398399- label : Benchmarks # 9min
399400 mirror_hardwares : [amdexperimental, amdproduction]
You can’t perform that action at this time.
0 commit comments