Skip to content

Commit 0d5e73d

Browse files
authored
Update CODEOWNERS for structured output (#14496)
Signed-off-by: Russell Bryant <rbryant@redhat.com>
1 parent 609ef61 commit 0d5e73d

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

.github/CODEOWNERS

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,32 @@
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
13+
/vllm/model_executor/guided_decoding @mgoin @russellb
1414
/vllm/multimodal @DarkLight1337 @ywang96
1515
CMakeLists.txt @tlrmchlsmth
1616

1717
# vLLM V1
1818
/vllm/v1 @WoosukKwon @robertgshaw2-redhat @njhill @ywang96 @comaniac @alexm-redhat
19+
/vllm/v1/structured_output @mgoin @russellb
1920

2021
# Test ownership
22+
/.buildkite/lm-eval-harness @mgoin @simon-mo
2123
/tests/async_engine @njhill @robertgshaw2-redhat @simon-mo
22-
/tests/test_inputs.py @DarkLight1337 @ywang96
24+
/tests/basic_correctness/test_chunked_prefill @rkooo567 @comaniac
25+
/tests/distributed/test_multi_node_assignment.py @youkaichao
26+
/tests/distributed/test_pipeline_parallel.py @youkaichao
27+
/tests/distributed/test_same_node.py @youkaichao
2328
/tests/entrypoints @DarkLight1337 @robertgshaw2-redhat @simon-mo
29+
/tests/entrypoints/llm/test_guided_generate.py @mgoin @russellb
30+
/tests/kernels @tlrmchlsmth @WoosukKwon
31+
/tests/model_executor/test_guided_processors.py @mgoin @russellb
2432
/tests/models @DarkLight1337 @ywang96
33+
/tests/multi_step @alexm-redhat @comaniac
2534
/tests/multimodal @DarkLight1337 @ywang96
2635
/tests/prefix_caching @comaniac @KuntaiDu
27-
/tests/spec_decode @njhill @LiuXiaoxuanPKU
28-
/tests/kernels @tlrmchlsmth @WoosukKwon
2936
/tests/quantization @mgoin @robertgshaw2-redhat
30-
/.buildkite/lm-eval-harness @mgoin @simon-mo
31-
/tests/distributed/test_multi_node_assignment.py @youkaichao
32-
/tests/distributed/test_pipeline_parallel.py @youkaichao
33-
/tests/distributed/test_same_node.py @youkaichao
34-
/tests/multi_step @alexm-redhat @comaniac
37+
/tests/spec_decode @njhill @LiuXiaoxuanPKU
38+
/tests/test_inputs.py @DarkLight1337 @ywang96
39+
/tests/v1/entrypoints/llm/test_struct_output_generate.py @mgoin @russellb
40+
/tests/v1/structured_output @mgoin @russellb
3541
/tests/weight_loading @mgoin @youkaichao
36-
/tests/basic_correctness/test_chunked_prefill @rkooo567 @comaniac

0 commit comments

Comments
 (0)