Skip to content

Commit 9fecdcd

Browse files
committed
Updated CODEOWNERS for structured output
Add myself to the structured output paths. Add new entries for V1 and the structured output tests. Add @mgoin to all of the new lines, as well, since he was on the existing entry for the feature. Signed-off-by: Russell Bryant <[email protected]>
1 parent e02883c commit 9fecdcd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,20 @@
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
2122
/tests/async_engine @njhill @robertgshaw2-redhat @simon-mo
2223
/tests/test_inputs.py @DarkLight1337 @ywang96
2324
/tests/entrypoints @DarkLight1337 @robertgshaw2-redhat @simon-mo
25+
/tests/entrypoints/llm/test_guided_generate.py @mgoin @russellb
26+
/tests/model_executor/test_guided_processors.py @mgoin @russellb
2427
/tests/models @DarkLight1337 @ywang96
2528
/tests/multimodal @DarkLight1337 @ywang96
2629
/tests/prefix_caching @comaniac @KuntaiDu
@@ -34,3 +37,5 @@ CMakeLists.txt @tlrmchlsmth
3437
/tests/multi_step @alexm-redhat @comaniac
3538
/tests/weight_loading @mgoin @youkaichao
3639
/tests/basic_correctness/test_chunked_prefill @rkooo567 @comaniac
40+
/tests/v1/entrypoints/llm/test_struct_output_generate.py @mgoin @russellb
41+
/tests/v1/structured_output @mgoin @russellb

0 commit comments

Comments
 (0)