Skip to content

Commit 78c0b41

Browse files
authored
Suggest codeowners for the core componenets (#9210)
1 parent 21efb60 commit 78c0b41

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

.github/CODEOWNERS

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,30 @@
11
# See https://help.github.com/articles/about-codeowners/
22
# for more info about CODEOWNERS file
33

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
415
/tests/async_engine @njhill @robertgshaw2-neuralmagic @simon-mo
516
/tests/test_inputs.py @DarkLight1337 @ywang96
6-
/tests/entrypoints @DarkLight1337 @robertgshaw2-neuralmagic @simon-mo
17+
/tests/entrypoints @DarkLight1337 @robertgshaw2-neuralmagic @simon-mo
718
/tests/models @DarkLight1337 @ywang96
819
/tests/multimodal @DarkLight1337 @ywang96
9-
/tests/prefix_caching @comaniac @KuntaiDu
20+
/tests/prefix_caching @comaniac @KuntaiDu
1021
/tests/spec_decode @njhill @LiuXiaoxuanPKU
11-
/tests/kernels @tlrmchlsmth @WoosukKwon
22+
/tests/kernels @tlrmchlsmth @WoosukKwon
1223
/tests/quantization @mgoin @robertgshaw2-neuralmagic
13-
/.buildkite/lm-eval-harness @mgoin @simon-mo
24+
/.buildkite/lm-eval-harness @mgoin @simon-mo
1425
/tests/distributed/test_multi_node_assignment.py @youkaichao
1526
/tests/distributed/test_pipeline_parallel.py @youkaichao
1627
/tests/distributed/test_same_node.py @youkaichao
17-
/tests/multi_step @alexm-neuralmagic @SolitaryThinker @comaniac
28+
/tests/multi_step @alexm-neuralmagic @comaniac
1829
/tests/weight_loading @mgoin @youkaichao
1930
/tests/basic_correctness/test_chunked_prefill @rkooo567 @comaniac

0 commit comments

Comments
 (0)