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