22# for more info about CODEOWNERS file
33
44# This lists cover the "core" components of vLLM that require careful review
5+ /vllm /attention @ LucasWilkinson
56/vllm /attention /backends /abstract.py @ WoosukKwon @ zhuohan123 @ youkaichao @ alexm-redhat @ comaniac @ njhill
67/vllm /core @ zhuohan123 @ youkaichao @ alexm-redhat @ comaniac @ njhill
78/vllm /engine /llm_engine.py @ zhuohan123 @ youkaichao @ alexm-redhat @ comaniac @ njhill
89/vllm /executor /executor_base.py @ zhuohan123 @ youkaichao @ alexm-redhat @ comaniac @ njhill @ 22quinn
910/vllm /worker /worker_base.py @ zhuohan123 @ youkaichao @ alexm-redhat @ comaniac @ njhill @ 22quinn
1011/vllm /worker /worker.py @ zhuohan123 @ youkaichao @ alexm-redhat @ comaniac @ njhill
12+ /vllm /model_executor /layers /fused_moe @ mgoin
1113/vllm /model_executor /layers /sampler.py @ zhuohan123 @ youkaichao @ alexm-redhat @ comaniac @ njhill @ NickLucche
1214/vllm /model_executor /layers /quantization @ mgoin @ robertgshaw2-redhat @ tlrmchlsmth @ yewentao256
1315/vllm /model_executor /layers /mamba @ tdoublep
1416/vllm /model_executor /model_loader @ 22quinn
1517/vllm /multimodal @ DarkLight1337 @ ywang96 @ NickLucche
18+ /vllm /v1 /attention @ LucasWilkinson
1619/vllm /v1 /sample @ 22quinn @ houseroad
1720/vllm /vllm_flash_attn @ LucasWilkinson
1821/vllm /lora @ jeejeelee
@@ -30,6 +33,7 @@ CMakeLists.txt @tlrmchlsmth @LucasWilkinson
3033/vllm /v1 @ WoosukKwon @ robertgshaw2-redhat @ njhill @ ywang96 @ comaniac @ alexm-redhat
3134/vllm /v1 /structured_output @ mgoin @ russellb @ aarnphm @ benchislett
3235/vllm /v1 /spec_decode @ benchislett @ luccafong
36+ /vllm /v1 /attention /backends /flashinfer.py @ mgoin
3337/vllm /v1 /attention /backends /triton_attn.py @ tdoublep
3438/vllm /v1 /core @ heheda12345
3539/vllm /v1 /kv_cache_interface.py @ heheda12345
@@ -41,7 +45,8 @@ CMakeLists.txt @tlrmchlsmth @LucasWilkinson
4145/tests /distributed /test_pipeline_parallel.py @ youkaichao
4246/tests /distributed /test_same_node.py @ youkaichao
4347/tests /entrypoints @ DarkLight1337 @ robertgshaw2-redhat @ simon-mo @ aarnphm @ NickLucche
44- /tests /kernels @ tlrmchlsmth @ WoosukKwon @ yewentao256
48+ /tests /evals @ mgoin
49+ /tests /kernels @ mgoin @ tlrmchlsmth @ WoosukKwon @ yewentao256
4550/tests /models @ DarkLight1337 @ ywang96
4651/tests /multimodal @ DarkLight1337 @ ywang96 @ NickLucche
4752/tests /prefix_caching @ comaniac @ KuntaiDu
@@ -104,4 +109,4 @@ mkdocs.yaml @hmellor
104109/vllm /tests /v1 /tpu @ NickLucche
105110
106111# KVConnector installation files
107- /requirements /kv_connectors.txt @ NickLucche
112+ /requirements /kv_connectors.txt @ NickLucche
0 commit comments