From 14b647cf27d7f2c1a3764841f7d3770ff9f9e7d6 Mon Sep 17 00:00:00 2001 From: Shuwen Wang <47200617+alphabetc1@users.noreply.github.com> Date: Sun, 13 Sep 2026 18:42:33 +0800 Subject: [PATCH] chore: add HiSparse coordinator and allocator code owners (#38682) --- .github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c5b88be05..94f9298ac 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -47,10 +47,11 @@ /python/sglang/srt/layers/quantization/quark @HaiShaw @kkHuang-amd @yichiche @hubertlu-tw @1am9trash @BowenBao /python/sglang/srt/lora @Ying1123 @Fridge003 @lifuhuang @yushengsu-thu @jybsuper /python/sglang/srt/managers @merrymercy @Ying1123 @hnyls2002 @xiezhq-hermann +/python/sglang/srt/managers/hisparse_coordinator.py @merrymercy @Ying1123 @hnyls2002 @xiezhq-hermann @ispobock @alphabetc1 @huangtingwei9988 /python/sglang/srt/managers/scheduler_pp_mixin.py @ShangmingCai @XucSh /python/sglang/srt/managers/tokenizer_manager_score_mixin.py @sundar24295s @chanh @fortunecookiee /python/sglang/srt/mem_cache @merrymercy @Ying1123 @hnyls2002 @xiezhq-hermann @hanming-lu @yizhang2077 @hzh0425 @ispobock @alphabetc1 @huangtingwei9988 -/python/sglang/srt/mem_cache/allocator @hnyls2002 @ispobock @alphabetc1 +/python/sglang/srt/mem_cache/allocator @hnyls2002 @ispobock @alphabetc1 @huangtingwei9988 /python/sglang/srt/mem_cache/rust_tree_core @Jialin @ispobock @alphabetc1 /python/sglang/srt/mem_cache/storage/mooncake_store @huangtingwei9988 @stmatengss /python/sglang/srt/mem_cache/embedding_*.py @liusy58