Skip to content

Commit 95e3095

Browse files
authored
[Misc] Add @tdoublep as a maintainer of hybrid model and Triton-attention related code (#23122)
Signed-off-by: Thomas Parnell <[email protected]>
1 parent c9b38be commit 95e3095

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/CODEOWNERS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
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 @yewentao256
13+
/vllm/model_executor/layers/mamba @tdoublep
1314
/vllm/multimodal @DarkLight1337 @ywang96
1415
/vllm/vllm_flash_attn @LucasWilkinson
1516
/vllm/lora @jeejeelee
@@ -25,6 +26,7 @@ CMakeLists.txt @tlrmchlsmth @LucasWilkinson
2526
# vLLM V1
2627
/vllm/v1 @WoosukKwon @robertgshaw2-redhat @njhill @ywang96 @comaniac @alexm-redhat
2728
/vllm/v1/structured_output @mgoin @russellb @aarnphm
29+
/vllm/v1/attention/backends/triton_attn.py @tdoublep
2830

2931
# Test ownership
3032
/.buildkite/lm-eval-harness @mgoin @simon-mo
@@ -44,6 +46,7 @@ CMakeLists.txt @tlrmchlsmth @LucasWilkinson
4446
/tests/v1/structured_output @mgoin @russellb @aarnphm
4547
/tests/weight_loading @mgoin @youkaichao @yewentao256
4648
/tests/lora @jeejeelee
49+
/tests/models/language/generation/test_hybrid.py @tdoublep
4750

4851
# Docs
4952
/docs @hmellor
@@ -72,3 +75,9 @@ mkdocs.yaml @hmellor
7275
/vllm/model_executor/models/pixtral*.py @patrickvonplaten
7376
/vllm/transformers_utils/configs/mistral.py @patrickvonplaten
7477
/vllm/transformers_utils/tokenizers/mistral.py @patrickvonplaten
78+
79+
# Kernels
80+
/vllm/attention/ops/chunked_prefill_paged_decode.py @tdoublep
81+
/vllm/attention/ops/triton_unified_attention.py @tdoublep
82+
83+

0 commit comments

Comments
 (0)