From 6058fb520c1b841b4f402ce603c3ef8203bc2f1e Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Sat, 18 Oct 2025 21:17:17 -0700 Subject: [PATCH] Update CODEOWNERS for layer quantization path (#11818) --- .github/CODEOWNERS | 1 + .github/REVIEWERS.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4260f595a..379c5a84f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -12,6 +12,7 @@ /python/sglang/srt/eplb @fzyzcjy /python/sglang/srt/function_call @CatherineSue @JustinTong0323 /python/sglang/srt/layers @merrymercy @Ying1123 @zhyncs @ispobock @HaiShaw @ch-wan @BBuf @kushanam @Edwardf0t1 +/python/sglang/srt/layers/quantization @ch-wan @BBuf @Edwardf0t1 @FlamingoPg /python/sglang/srt/layers/attention/ascend_backend.py @ping1jing2 /python/sglang/srt/lora @Ying1123 @Fridge003 @lifuhuang /python/sglang/srt/managers @merrymercy @Ying1123 @hnyls2002 @xiezhq-hermann diff --git a/.github/REVIEWERS.md b/.github/REVIEWERS.md index ac9ce6102..8cfec67ce 100644 --- a/.github/REVIEWERS.md +++ b/.github/REVIEWERS.md @@ -15,6 +15,7 @@ Here are some reviewers for common areas. You can ping them to review your code - flash attention backend @hebiao064 - flashinfer attention backend @Fridge003 - moe kernel @BBuf @fzyzcjy @ch-wan @Alcanderian +- quantization @FlamingoPg @HandH1998 ## Scheduler and memory pool - general @merrymercy @Ying1123 @hnyls2002 @xiezhq-hermann