From 95e30951365d4e5be35117f4fe9c2ffea27975ab Mon Sep 17 00:00:00 2001 From: Thomas Parnell Date: Tue, 19 Aug 2025 02:31:38 +0200 Subject: [PATCH] [Misc] Add @tdoublep as a maintainer of hybrid model and Triton-attention related code (#23122) Signed-off-by: Thomas Parnell --- .github/CODEOWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b0dd5e99d4c7..7dce62fc9c7d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -10,6 +10,7 @@ /vllm/worker/worker.py @zhuohan123 @youkaichao @alexm-redhat @comaniac @njhill /vllm/model_executor/layers/sampler.py @zhuohan123 @youkaichao @alexm-redhat @comaniac @njhill /vllm/model_executor/layers/quantization @mgoin @robertgshaw2-redhat @tlrmchlsmth @yewentao256 +/vllm/model_executor/layers/mamba @tdoublep /vllm/multimodal @DarkLight1337 @ywang96 /vllm/vllm_flash_attn @LucasWilkinson /vllm/lora @jeejeelee @@ -25,6 +26,7 @@ CMakeLists.txt @tlrmchlsmth @LucasWilkinson # vLLM V1 /vllm/v1 @WoosukKwon @robertgshaw2-redhat @njhill @ywang96 @comaniac @alexm-redhat /vllm/v1/structured_output @mgoin @russellb @aarnphm +/vllm/v1/attention/backends/triton_attn.py @tdoublep # Test ownership /.buildkite/lm-eval-harness @mgoin @simon-mo @@ -44,6 +46,7 @@ CMakeLists.txt @tlrmchlsmth @LucasWilkinson /tests/v1/structured_output @mgoin @russellb @aarnphm /tests/weight_loading @mgoin @youkaichao @yewentao256 /tests/lora @jeejeelee +/tests/models/language/generation/test_hybrid.py @tdoublep # Docs /docs @hmellor @@ -72,3 +75,9 @@ mkdocs.yaml @hmellor /vllm/model_executor/models/pixtral*.py @patrickvonplaten /vllm/transformers_utils/configs/mistral.py @patrickvonplaten /vllm/transformers_utils/tokenizers/mistral.py @patrickvonplaten + +# Kernels +/vllm/attention/ops/chunked_prefill_paged_decode.py @tdoublep +/vllm/attention/ops/triton_unified_attention.py @tdoublep + +