Skip to content

Commit 61d44ae

Browse files
rzabarazeshhmellor
authored andcommitted
[V0 deprecation] Guided decoding (vllm-project#21347)
Signed-off-by: Reza Barazesh <[email protected]> Signed-off-by: Harry Mellor <[email protected]> Co-authored-by: Harry Mellor <[email protected]>
1 parent bf29dff commit 61d44ae

29 files changed

+103
-2809
lines changed

.buildkite/test-pipeline.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,10 @@ steps:
128128
- tests/entrypoints/offline_mode
129129
commands:
130130
- export VLLM_WORKER_MULTIPROC_METHOD=spawn
131-
- pytest -v -s entrypoints/llm --ignore=entrypoints/llm/test_lazy_outlines.py --ignore=entrypoints/llm/test_generate.py --ignore=entrypoints/llm/test_generate_multiple_loras.py --ignore=entrypoints/llm/test_guided_generate.py --ignore=entrypoints/llm/test_collective_rpc.py
131+
- pytest -v -s entrypoints/llm --ignore=entrypoints/llm/test_lazy_outlines.py --ignore=entrypoints/llm/test_generate.py --ignore=entrypoints/llm/test_generate_multiple_loras.py --ignore=entrypoints/llm/test_collective_rpc.py
132132
- pytest -v -s entrypoints/llm/test_lazy_outlines.py # it needs a clean process
133133
- pytest -v -s entrypoints/llm/test_generate.py # it needs a clean process
134134
- pytest -v -s entrypoints/llm/test_generate_multiple_loras.py # it needs a clean process
135-
- VLLM_USE_V1=0 pytest -v -s entrypoints/llm/test_guided_generate.py # it needs a clean process
136135
- VLLM_USE_V1=0 pytest -v -s entrypoints/offline_mode # Needs to avoid interference with other tests
137136

138137
- label: Entrypoints Test (API Server) # 40min

.github/CODEOWNERS

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
/vllm/worker/worker.py @zhuohan123 @youkaichao @alexm-redhat @comaniac @njhill
1111
/vllm/model_executor/layers/sampler.py @zhuohan123 @youkaichao @alexm-redhat @comaniac @njhill
1212
/vllm/model_executor/layers/quantization @mgoin @robertgshaw2-redhat @tlrmchlsmth
13-
/vllm/model_executor/guided_decoding @mgoin @russellb @aarnphm
1413
/vllm/multimodal @DarkLight1337 @ywang96
1514
/vllm/vllm_flash_attn @LucasWilkinson
1615
/vllm/lora @jeejeelee
@@ -35,9 +34,7 @@ CMakeLists.txt @tlrmchlsmth @LucasWilkinson
3534
/tests/distributed/test_pipeline_parallel.py @youkaichao
3635
/tests/distributed/test_same_node.py @youkaichao
3736
/tests/entrypoints @DarkLight1337 @robertgshaw2-redhat @simon-mo @aarnphm
38-
/tests/entrypoints/llm/test_guided_generate.py @mgoin @russellb @aarnphm
3937
/tests/kernels @tlrmchlsmth @WoosukKwon
40-
/tests/model_executor/test_guided_processors.py @mgoin @russellb
4138
/tests/models @DarkLight1337 @ywang96
4239
/tests/multi_step @alexm-redhat @comaniac
4340
/tests/multimodal @DarkLight1337 @ywang96

.github/mergify.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,6 @@ pull_request_rules:
149149
- files=examples/offline_inference/structured_outputs.py
150150
- files=examples/online_serving/openai_chat_completion_structured_outputs.py
151151
- files=examples/online_serving/openai_chat_completion_structured_outputs_with_reasoning.py
152-
- files~=^vllm/model_executor/guided_decoding/
153-
- files=tests/model_executor/test_guided_processors.py
154-
- files=tests/entrypoints/llm/test_guided_generate.py
155152
- files~=^tests/v1/structured_output/
156153
- files=tests/v1/entrypoints/llm/test_guided_generate.py
157154
- files~=^vllm/v1/structured_output/

0 commit comments

Comments
 (0)