From 96edd4673f6ab6a27ff8abfc3b6c31f7ad6422fa Mon Sep 17 00:00:00 2001 From: wangxiyuan Date: Thu, 15 Jan 2026 09:01:12 +0800 Subject: [PATCH] [Community] Add code owner (#5882) Add code owner file. It helps to remind owners for the related code/pr change. - vLLM version: v0.13.0 - vLLM main: https://github.com/vllm-project/vllm/commit/bde38c11df0ea066a740efe9b77fff5418be45df Signed-off-by: wangxiyuan --- .github/CODEOWNERS | 65 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..259fbee6 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,65 @@ +# See https://help.github.com/articles/about-codeowners/ +# for more info about CODEOWNERS file + +# Infra, CI +/.gemini @wangxiyuan @Yikun +/.github @wangxiyuan @Yikun +/tools @wangxiyuan @Yikun +/.gitignore @wangxiyuan +/.gitmodules @wangxiyuan @zzzzwwjj +/.pre-commit-config.yaml @wangxiyuan +/codecov.yml @wangxiyuan +/Dockerfile* @wangxiyuan +/format.sh @wangxiyuan +/mypy.ini @wangxiyuan +/requirements* @wangxiyuan +/setup.py @wangxiyuan +/typos.toml @wangxiyuan + +# benchmark +/benchmarks @wangxiyuan + +# c++ source code +/cmake @zzzzwwjj +/csrc @zzzzwwjj +/CMakeLists.txt @zzzzwwjj + +# docs +/docs @wangxiyuan @Yikun @LCAIZJ +/.readthedocs.yaml @wangxiyuan @Yikun +/README* @wangxiyuan @Yikun + +# exmaple +/examples @wangxiyuan + +# tests +/tests @wangxiyuan + +# python source code +/vllm_ascend/attention @weijinqian0 +/vllm_ascend/compilation @yiz-liu +/vllm_ascend/core @wangxiyuan @MengqingCao +/vllm_ascend/device @weijinqian0 @zzzzwwjj +/vllm_ascend/device_allocator @wangxiyuan @weijinqian0 +/vllm_ascend/distributed @MengqingCao @LCAIZJ +/vllm_ascend/eplb @wangxiyuan +/vllm_ascend/kv_offload @nalinaly +/vllm_ascend/lora @paulyu12 +/vllm_ascend/model_loader @wangxiyuan +/vllm_ascend/ops @zzzzwwjj @realliujiaxu +/vllm_ascend/patch @wangxiyuan +/vllm_ascend/quantization @wangxiyuan +/vllm_ascend/sample @realliujiaxu +/vllm_ascend/spec_decode @wangxiyuan +/vllm_ascend/worker @MengqingCao +/vllm_ascend/xlite @wangxiyuan +/vllm_ascend/ascend_config.py @wangxiyuan +/vllm_ascend/ascend_forward_context.py @wangxiyuan +/vllm_ascend/batch_invariant.py @wangxiyuan +/vllm_ascend/cpu_binding.py @wangxiyuan +/vllm_ascend/envs.py @wangxiyuan +/vllm_ascend/flash_common3_context.py @wangxiyuan +/vllm_ascend/meta_registration.py @wangxiyuan +/vllm_ascend/platform.py @wangxiyuan +/vllm_ascend/profiling_config.py @wangxiyuan +/vllm_ascend/utils.py @wangxiyuan