From e68b9e7667db64e240c25c1b872f7b4d69f54698 Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Mon, 21 Oct 2024 06:28:32 -0700 Subject: [PATCH] misc: add CODEOWNERS (#1737) --- .github/CODEOWNERS | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..72c04a8ca --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,13 @@ +/python/sglang/lang @merrymercy @Ying1123 @hnyls2002 @ByronHsu +/python/sglang/srt @merrymercy @Ying1123 @hnyls2002 @zhyncs @ispobock @ByronHsu +/python/sglang/srt/constrained @hnyls2002 +/python/sglang/srt/layers @merrymercy @Ying1123 @zhyncs @ispobock +/python/sglang/srt/lora @Ying1123 +/python/sglang/srt/managers @merrymercy @Ying1123 @hnyls2002 +/python/sglang/srt/mem_cache @merrymercy @Ying1123 @hnyls2002 +/python/sglang/srt/model_executor @merrymercy @Ying1123 @hnyls2002 @zhyncs @ispobock +/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 +/test/lang @merrymercy @Ying1123 @hnyls2002 @ByronHsu +/test/srt @merrymercy @Ying1123 @hnyls2002 @zhyncs @ispobock @ByronHsu