diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c6dcbbd55e3..44cf10076ee 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,8 +6,8 @@ /vllm/distributed/kv_transfer @NickLucche @ApostaC @orozery @xuechendi /vllm/lora @jeejeelee /vllm/model_executor/layers/attention @LucasWilkinson @MatthewBonanni -/vllm/model_executor/layers/fused_moe @mgoin @pavanimajety -/vllm/model_executor/layers/quantization @mgoin @robertgshaw2-redhat @tlrmchlsmth @yewentao256 @pavanimajety +/vllm/model_executor/layers/fused_moe @mgoin @pavanimajety @zyongye +/vllm/model_executor/layers/quantization @mgoin @robertgshaw2-redhat @tlrmchlsmth @yewentao256 @pavanimajety @zyongye /vllm/model_executor/layers/mamba @tdoublep @tomeras91 /vllm/model_executor/layers/mamba/gdn_linear_attn.py @tdoublep @ZJY0516 @vadiklyutiy /vllm/model_executor/layers/rotary_embedding.py @vadiklyutiy @@ -82,11 +82,11 @@ /tests/distributed/test_same_node.py @youkaichao /tests/entrypoints @DarkLight1337 @robertgshaw2-redhat @aarnphm @NickLucche /tests/evals @mgoin @vadiklyutiy -/tests/kernels @mgoin @tlrmchlsmth @WoosukKwon @yewentao256 +/tests/kernels @mgoin @tlrmchlsmth @WoosukKwon @yewentao256 @zyongye /tests/kernels/ir @ProExpertProg @tjtanaa /tests/models @DarkLight1337 @ywang96 /tests/multimodal @DarkLight1337 @ywang96 @NickLucche -/tests/quantization @mgoin @robertgshaw2-redhat @yewentao256 @pavanimajety +/tests/quantization @mgoin @robertgshaw2-redhat @yewentao256 @pavanimajety @zyongye /tests/test_inputs.py @DarkLight1337 @ywang96 /tests/entrypoints/llm/test_struct_output_generate.py @mgoin @russellb @aarnphm /tests/v1/structured_output @mgoin @russellb @aarnphm @@ -152,6 +152,12 @@ mkdocs.yaml @hmellor # MTP-specific files /vllm/model_executor/models/deepseek_mtp.py @luccafong +# DeepseekV4-specific files +/vllm/v1/attention/ops/deepseek_v4_ops @zyongye +/vllm/model_executor/layers/deepseek_compressor.py @zyongye +/vllm/model_executor/layers/deepseek_v4_attention.py @zyongye +/vllm/model_executor/layers/sparse_attn_indexer.py @zyongye + # Mistral-specific files /vllm/model_executor/models/mistral*.py @patrickvonplaten /vllm/model_executor/models/mixtral*.py @patrickvonplaten