42 lines
2.1 KiB
Plaintext
42 lines
2.1 KiB
Plaintext
# See https://help.github.com/articles/about-codeowners/
|
|
# for more info about CODEOWNERS file
|
|
|
|
# This lists cover the "core" components of vLLM that require careful review
|
|
/vllm/attention/backends/abstract.py @WoosukKwon @zhuohan123 @youkaichao @alexm-redhat @comaniac @njhill
|
|
/vllm/core @zhuohan123 @youkaichao @alexm-redhat @comaniac @njhill
|
|
/vllm/engine/llm_engine.py @zhuohan123 @youkaichao @alexm-redhat @comaniac @njhill
|
|
/vllm/executor/executor_base.py @zhuohan123 @youkaichao @alexm-redhat @comaniac @njhill
|
|
/vllm/worker/worker_base.py @zhuohan123 @youkaichao @alexm-redhat @comaniac @njhill
|
|
/vllm/worker/worker.py @zhuohan123 @youkaichao @alexm-redhat @comaniac @njhill
|
|
/vllm/model_executor/layers/sampler.py @zhuohan123 @youkaichao @alexm-redhat @comaniac @njhill
|
|
/vllm/model_executor/layers/quantization @mgoin @robertgshaw2-redhat @tlrmchlsmth
|
|
/vllm/model_executor/guided_decoding @mgoin @russellb
|
|
/vllm/multimodal @DarkLight1337 @ywang96
|
|
CMakeLists.txt @tlrmchlsmth
|
|
|
|
# vLLM V1
|
|
/vllm/v1 @WoosukKwon @robertgshaw2-redhat @njhill @ywang96 @comaniac @alexm-redhat
|
|
/vllm/v1/structured_output @mgoin @russellb
|
|
|
|
# Test ownership
|
|
/.buildkite/lm-eval-harness @mgoin @simon-mo
|
|
/tests/async_engine @njhill @robertgshaw2-redhat @simon-mo
|
|
/tests/basic_correctness/test_chunked_prefill @rkooo567 @comaniac
|
|
/tests/distributed/test_multi_node_assignment.py @youkaichao
|
|
/tests/distributed/test_pipeline_parallel.py @youkaichao
|
|
/tests/distributed/test_same_node.py @youkaichao
|
|
/tests/entrypoints @DarkLight1337 @robertgshaw2-redhat @simon-mo
|
|
/tests/entrypoints/llm/test_guided_generate.py @mgoin @russellb
|
|
/tests/kernels @tlrmchlsmth @WoosukKwon
|
|
/tests/model_executor/test_guided_processors.py @mgoin @russellb
|
|
/tests/models @DarkLight1337 @ywang96
|
|
/tests/multi_step @alexm-redhat @comaniac
|
|
/tests/multimodal @DarkLight1337 @ywang96
|
|
/tests/prefix_caching @comaniac @KuntaiDu
|
|
/tests/quantization @mgoin @robertgshaw2-redhat
|
|
/tests/spec_decode @njhill @LiuXiaoxuanPKU
|
|
/tests/test_inputs.py @DarkLight1337 @ywang96
|
|
/tests/v1/entrypoints/llm/test_struct_output_generate.py @mgoin @russellb
|
|
/tests/v1/structured_output @mgoin @russellb
|
|
/tests/weight_loading @mgoin @youkaichao
|