Skip to content

Commit dab4f9f

Browse files
authored
[Chore] Update CODEOWNERS to include @yewentao256 for CUDA kernels, attention backends, quantization, and related tests (#22741)
Signed-off-by: yewentao256 <[email protected]>
1 parent c42fe0b commit dab4f9f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/vllm/worker/worker_base.py @zhuohan123 @youkaichao @alexm-redhat @comaniac @njhill
1010
/vllm/worker/worker.py @zhuohan123 @youkaichao @alexm-redhat @comaniac @njhill
1111
/vllm/model_executor/layers/sampler.py @zhuohan123 @youkaichao @alexm-redhat @comaniac @njhill
12-
/vllm/model_executor/layers/quantization @mgoin @robertgshaw2-redhat @tlrmchlsmth
12+
/vllm/model_executor/layers/quantization @mgoin @robertgshaw2-redhat @tlrmchlsmth @yewentao256
1313
/vllm/multimodal @DarkLight1337 @ywang96
1414
/vllm/vllm_flash_attn @LucasWilkinson
1515
/vllm/lora @jeejeelee
@@ -20,7 +20,7 @@ CMakeLists.txt @tlrmchlsmth @LucasWilkinson
2020

2121
# Any change to the VllmConfig changes can have a large user-facing impact,
2222
# so spam a lot of people
23-
/vllm/config @simon-mo @WoosukKwon @youkaichao @robertgshaw2-redhat @mgoin @tlrmchlsmth @houseroad @hmellor
23+
/vllm/config @simon-mo @WoosukKwon @youkaichao @robertgshaw2-redhat @mgoin @tlrmchlsmth @houseroad @hmellor @yewentao256 @ProExpertProg
2424

2525
# vLLM V1
2626
/vllm/v1 @WoosukKwon @robertgshaw2-redhat @njhill @ywang96 @comaniac @alexm-redhat
@@ -34,16 +34,16 @@ CMakeLists.txt @tlrmchlsmth @LucasWilkinson
3434
/tests/distributed/test_pipeline_parallel.py @youkaichao
3535
/tests/distributed/test_same_node.py @youkaichao
3636
/tests/entrypoints @DarkLight1337 @robertgshaw2-redhat @simon-mo @aarnphm
37-
/tests/kernels @tlrmchlsmth @WoosukKwon
37+
/tests/kernels @tlrmchlsmth @WoosukKwon @yewentao256
3838
/tests/models @DarkLight1337 @ywang96
3939
/tests/multi_step @alexm-redhat @comaniac
4040
/tests/multimodal @DarkLight1337 @ywang96
4141
/tests/prefix_caching @comaniac @KuntaiDu
42-
/tests/quantization @mgoin @robertgshaw2-redhat
42+
/tests/quantization @mgoin @robertgshaw2-redhat @yewentao256
4343
/tests/test_inputs.py @DarkLight1337 @ywang96
4444
/tests/v1/entrypoints/llm/test_struct_output_generate.py @mgoin @russellb @aarnphm
4545
/tests/v1/structured_output @mgoin @russellb @aarnphm
46-
/tests/weight_loading @mgoin @youkaichao
46+
/tests/weight_loading @mgoin @youkaichao @yewentao256
4747
/tests/lora @jeejeelee
4848

4949
# Docs

0 commit comments

Comments
 (0)