From 51f147ada3c5a409d1f58bab99380502d445e9dd Mon Sep 17 00:00:00 2001 From: Mick Date: Mon, 19 Jan 2026 08:39:20 +0800 Subject: [PATCH] Update CODEOWNERS for multimodal_gen (#17308) Co-authored-by: Xiaoyu Zhang <35585791+BBuf@users.noreply.github.com> --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 11b10037f..b956c0ed9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,6 +4,8 @@ /python/pyproject.toml @merrymercy @Fridge003 @ispobock /python/sglang/jit_kernel @DarkSharpness @BBuf /python/sglang/multimodal_gen @mickqian @yhyang201 +/python/sglang/multimodal_gen/runtime/layers @mickqian @yhyang201 @BBuf +/python/sglang/multimodal_gen/runtime/models/dits @mickqian @yhyang201 @BBuf /python/sglang/srt/batch_invariant_ops @Fridge003 @hebiao064 /python/sglang/srt/constrained @hnyls2002 @DarkSharpness /python/sglang/srt/compilation @hebiao064