|
1 | 1 | # See https://help.github.com/articles/about-codeowners/ |
2 | 2 | # for more info about CODEOWNERS file |
3 | 3 |
|
4 | | -# This lists cover the "core" components of vLLM that require careful review |
5 | | -/vllm/attention/backends/abstract.py @WoosukKwon @zhuohan123 @youkaichao @alexm-redhat @comaniac @njhill |
6 | | -/vllm/core @zhuohan123 @youkaichao @alexm-redhat @comaniac @njhill |
7 | | -/vllm/engine/llm_engine.py @zhuohan123 @youkaichao @alexm-redhat @comaniac @njhill |
8 | | -/vllm/executor/executor_base.py @zhuohan123 @youkaichao @alexm-redhat @comaniac @njhill |
9 | | -/vllm/worker/worker_base.py @zhuohan123 @youkaichao @alexm-redhat @comaniac @njhill |
10 | | -/vllm/worker/worker.py @zhuohan123 @youkaichao @alexm-redhat @comaniac @njhill |
11 | | -/vllm/model_executor/layers/sampler.py @zhuohan123 @youkaichao @alexm-redhat @comaniac @njhill |
12 | | -/vllm/model_executor/layers/quantization @mgoin @robertgshaw2-redhat @tlrmchlsmth |
13 | | -/vllm/model_executor/guided_decoding @mgoin |
14 | | -/vllm/multimodal @DarkLight1337 @ywang96 |
15 | | -CMakeLists.txt @tlrmchlsmth |
| 4 | +* @shajrawi @gshtras @maleksan85 |
16 | 5 |
|
17 | | -# vLLM V1 |
18 | | -/vllm/v1 @WoosukKwon @robertgshaw2-redhat @njhill @ywang96 @comaniac @alexm-redhat |
| 6 | +/csrc/ @charlifu @mawong-amd |
| 7 | +/vllm/ @charlifu @mawong-amd |
19 | 8 |
|
20 | | -# Test ownership |
21 | | -/tests/async_engine @njhill @robertgshaw2-redhat @simon-mo |
22 | | -/tests/test_inputs.py @DarkLight1337 @ywang96 |
23 | | -/tests/entrypoints @DarkLight1337 @robertgshaw2-redhat @simon-mo |
24 | | -/tests/models @DarkLight1337 @ywang96 |
25 | | -/tests/multimodal @DarkLight1337 @ywang96 |
26 | | -/tests/prefix_caching @comaniac @KuntaiDu |
27 | | -/tests/spec_decode @njhill @LiuXiaoxuanPKU |
28 | | -/tests/kernels @tlrmchlsmth @WoosukKwon |
29 | | -/tests/quantization @mgoin @robertgshaw2-redhat |
30 | | -/.buildkite/lm-eval-harness @mgoin @simon-mo |
31 | | -/tests/distributed/test_multi_node_assignment.py @youkaichao |
32 | | -/tests/distributed/test_pipeline_parallel.py @youkaichao |
33 | | -/tests/distributed/test_same_node.py @youkaichao |
34 | | -/tests/multi_step @alexm-redhat @comaniac |
35 | | -/tests/weight_loading @mgoin @youkaichao |
36 | | -/tests/basic_correctness/test_chunked_prefill @rkooo567 @comaniac |
| 9 | +fused_moe @divakar-amd |
| 10 | + |
| 11 | +/tests/ @Alexei-V-Ivanov-AMD |
| 12 | +/.buildkite/ @Alexei-V-Ivanov-AMD |
| 13 | + |
| 14 | +/benchmarks/profiling @AdrianAbeyta @dllehr-amd |
0 commit comments