diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index adf50a185..047ece980 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,7 +2,7 @@ # for more info about CODEOWNERS file # This lists cover the "core" components of vLLM that require careful review -/vllm/compilation @zou3519 @youkaichao @ProExpertProg +/vllm/compilation @zou3519 @youkaichao @ProExpertProg @BoyuanFeng /vllm/distributed/kv_transfer @NickLucche @ApostaC @orozery /vllm/lora @jeejeelee /vllm/model_executor/layers/attention @LucasWilkinson @MatthewBonanni diff --git a/docs/governance/committers.md b/docs/governance/committers.md index 89aaadc2b..df874418f 100644 --- a/docs/governance/committers.md +++ b/docs/governance/committers.md @@ -55,6 +55,7 @@ Sorted alphabetically by GitHub handle: - [@ywang96](https://github.com/ywang96): Multimodality, benchmarks - [@zhuohan123](https://github.com/zhuohan123): Project lead, RL integration, numerics - [@zou3519](https://github.com/zou3519): Compilation +- [@BoyuanFeng](https://github.com/BoyuanFeng): Compilation, CUDAGraph ### Emeritus Committers @@ -113,7 +114,7 @@ If you have PRs touching the area, please feel free to ping the area owner for r - Multi-modal Input Processing: Components that load and process image/video/audio data into feature tensors - @DarkLight1337, @ywang96, @Isotr0py - torch compile: The torch.compile integration in vLLM, custom passes & transformations - - @ProExpertProg, @zou3519, @youkaichao + - @ProExpertProg, @zou3519, @youkaichao, @BoyuanFeng - State space models: The state space models implementation in vLLM - @tdoublep, @tlrmchlsmth - Reasoning and tool calling parsers