Skip to content

Commit 7bd3630

Browse files
authored
[Misc] Update CODEOWNERS (#12229)
1 parent 9666369 commit 7bd3630

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.github/CODEOWNERS

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,33 @@
22
# for more info about CODEOWNERS file
33

44
# 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
1213
CMakeLists.txt @tlrmchlsmth
1314

1415
# vLLM V1
15-
/vllm/v1 @WoosukKwon @robertgshaw2-neuralmagic @njhill @ywang96 @comaniac @alexm-neuralmagic
16+
/vllm/v1 @WoosukKwon @robertgshaw2-redhat @njhill @ywang96 @comaniac @alexm-redhat
1617

1718
# Test ownership
18-
/tests/async_engine @njhill @robertgshaw2-neuralmagic @simon-mo
19+
/tests/async_engine @njhill @robertgshaw2-redhat @simon-mo
1920
/tests/test_inputs.py @DarkLight1337 @ywang96
20-
/tests/entrypoints @DarkLight1337 @robertgshaw2-neuralmagic @simon-mo
21+
/tests/entrypoints @DarkLight1337 @robertgshaw2-redhat @simon-mo
2122
/tests/models @DarkLight1337 @ywang96
2223
/tests/multimodal @DarkLight1337 @ywang96
2324
/tests/prefix_caching @comaniac @KuntaiDu
2425
/tests/spec_decode @njhill @LiuXiaoxuanPKU
2526
/tests/kernels @tlrmchlsmth @WoosukKwon
26-
/tests/quantization @mgoin @robertgshaw2-neuralmagic
27+
/tests/quantization @mgoin @robertgshaw2-redhat
2728
/.buildkite/lm-eval-harness @mgoin @simon-mo
2829
/tests/distributed/test_multi_node_assignment.py @youkaichao
2930
/tests/distributed/test_pipeline_parallel.py @youkaichao
3031
/tests/distributed/test_same_node.py @youkaichao
31-
/tests/multi_step @alexm-neuralmagic @comaniac
32+
/tests/multi_step @alexm-redhat @comaniac
3233
/tests/weight_loading @mgoin @youkaichao
3334
/tests/basic_correctness/test_chunked_prefill @rkooo567 @comaniac

0 commit comments

Comments
 (0)