|
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-neuralmagic @comaniac @njhill |
| 6 | +/vllm/core @WoosukKwon @zhuohan123 @youkaichao @alexm-neuralmagic @comaniac @njhill |
| 7 | +/vllm/engine/llm_engine.py @WoosukKwon @zhuohan123 @youkaichao @alexm-neuralmagic @comaniac @njhill |
| 8 | +/vllm/executor/executor_base.py @WoosukKwon @zhuohan123 @youkaichao @alexm-neuralmagic @comaniac @njhill |
| 9 | +/vllm/worker/worker_base.py @WoosukKwon @zhuohan123 @youkaichao @alexm-neuralmagic @comaniac @njhill |
| 10 | +/vllm/worker/worker.py @WoosukKwon @zhuohan123 @youkaichao @alexm-neuralmagic @comaniac @njhill |
| 11 | +/vllm/model_executor/layers/sampler.py @WoosukKwon @zhuohan123 @youkaichao @alexm-neuralmagic @comaniac @njhill |
| 12 | +CMakeLists.txt @tlrmchlsmth @WoosukKwon |
| 13 | + |
| 14 | +# Test ownership |
4 | 15 | /tests/async_engine @njhill @robertgshaw2-neuralmagic @simon-mo
|
5 | 16 | /tests/test_inputs.py @DarkLight1337 @ywang96
|
6 |
| -/tests/entrypoints @DarkLight1337 @robertgshaw2-neuralmagic @simon-mo |
| 17 | +/tests/entrypoints @DarkLight1337 @robertgshaw2-neuralmagic @simon-mo |
7 | 18 | /tests/models @DarkLight1337 @ywang96
|
8 | 19 | /tests/multimodal @DarkLight1337 @ywang96
|
9 |
| -/tests/prefix_caching @comaniac @KuntaiDu |
| 20 | +/tests/prefix_caching @comaniac @KuntaiDu |
10 | 21 | /tests/spec_decode @njhill @LiuXiaoxuanPKU
|
11 |
| -/tests/kernels @tlrmchlsmth @WoosukKwon |
| 22 | +/tests/kernels @tlrmchlsmth @WoosukKwon |
12 | 23 | /tests/quantization @mgoin @robertgshaw2-neuralmagic
|
13 |
| -/.buildkite/lm-eval-harness @mgoin @simon-mo |
| 24 | +/.buildkite/lm-eval-harness @mgoin @simon-mo |
14 | 25 | /tests/distributed/test_multi_node_assignment.py @youkaichao
|
15 | 26 | /tests/distributed/test_pipeline_parallel.py @youkaichao
|
16 | 27 | /tests/distributed/test_same_node.py @youkaichao
|
17 |
| -/tests/multi_step @alexm-neuralmagic @SolitaryThinker @comaniac |
| 28 | +/tests/multi_step @alexm-neuralmagic @comaniac |
18 | 29 | /tests/weight_loading @mgoin @youkaichao
|
19 | 30 | /tests/basic_correctness/test_chunked_prefill @rkooo567 @comaniac
|
0 commit comments