From 02e9e9f1cf24c2b1802aed27e84d19ff46af5112 Mon Sep 17 00:00:00 2001 From: Ying Sheng Date: Wed, 5 Mar 2025 23:16:49 -0800 Subject: [PATCH] Add codeowners for eagle implementations (#4131) Co-authored-by: SangBin Cho Co-authored-by: Sehoon Kim Co-authored-by: Lianmin Zheng --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1cad32236..3e3727eb3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -9,6 +9,7 @@ /python/sglang/srt/models @merrymercy @Ying1123 @hnyls2002 @zhyncs @ispobock @ByronHsu /python/sglang/srt/openai_api @merrymercy @Ying1123 @hnyls2002 @zhyncs @ispobock @ByronHsu /python/sglang/srt/sampling @merrymercy @hnyls2002 +/python/sglang/srt/speculative @Ying1123 @merrymercy @rkooo567 @kssteven418 /test/lang @merrymercy @Ying1123 @ByronHsu /test/srt @merrymercy @Ying1123 @zhyncs /sgl-router @ByronHsu @Ying1123