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