From c133f3374625652c88e122fff995e4126c4635c0 Mon Sep 17 00:00:00 2001 From: Jiangyun Zhu Date: Mon, 30 Mar 2026 12:10:00 +0800 Subject: [PATCH] Add @ZJY0516 to CODEOWNERS (#38497) Signed-off-by: zjy0516 --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c0ceae044d2..37707da8af2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -9,6 +9,7 @@ /vllm/model_executor/layers/fused_moe @mgoin @pavanimajety /vllm/model_executor/layers/quantization @mgoin @robertgshaw2-redhat @tlrmchlsmth @yewentao256 @pavanimajety /vllm/model_executor/layers/mamba @tdoublep +/vllm/model_executor/layers/mamba/gdn_linear_attn.py @tdoublep @ZJY0516 /vllm/model_executor/model_loader @22quinn /vllm/model_executor/layers/batch_invariant.py @yewentao256 /vllm/multimodal @DarkLight1337 @ywang96 @NickLucche @tjtanaa @@ -48,6 +49,7 @@ CMakeLists.txt @tlrmchlsmth @LucasWilkinson /vllm/v1/attention/backends/mla @pavanimajety /vllm/v1/attention/backends/flashinfer.py @mgoin @pavanimajety /vllm/v1/attention/backends/triton_attn.py @tdoublep +/vllm/v1/attention/backends/gdn_attn.py @ZJY0516 /vllm/v1/core @WoosukKwon @robertgshaw2-redhat @njhill @ywang96 @alexm-redhat @heheda12345 @ApostaC @orozery /vllm/v1/sample @22quinn @houseroad @njhill /vllm/v1/spec_decode @benchislett @luccafong @MatthewBonanni @@ -142,6 +144,7 @@ mkdocs.yaml @hmellor # Kernels /vllm/v1/attention/ops/chunked_prefill_paged_decode.py @tdoublep /vllm/v1/attention/ops/triton_unified_attention.py @tdoublep +/vllm/model_executor/layers/fla @ZJY0516 # ROCm related: specify owner with write access to notify AMD folks for careful code review /vllm/**/*rocm* @tjtanaa