From c2d60c366763dbdaedd3a85d9488619ab2bddd75 Mon Sep 17 00:00:00 2001 From: Khoa Pham Date: Sun, 3 May 2026 23:27:33 -0700 Subject: [PATCH] chore(codeowners): add @kpham-sgl as codeowner for ngram files (#24349) Co-authored-by: Claude Opus 4.7 (1M context) --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 146c66241..4850534a5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -82,3 +82,7 @@ /python/sglang/srt/multimodal/processors/gemma4.py @mickqian @JustinTong0323 @yhyang201 @yuan-luo @kpham-sgl /docs_new/cookbook/autoregressive/Google/Gemma4.mdx @wisclmy0611 @zijiexia @Richardczl98 @kpham-sgl /docs_new/src/snippets/autoregressive/gemma4-deployment.jsx @wisclmy0611 @zijiexia @Richardczl98 @kpham-sgl +/python/sglang/srt/speculative/ngram_*.py @hnyls2002 @Qiaolin-Yu @kpham-sgl +/python/sglang/srt/speculative/cpp_ngram @hnyls2002 @Qiaolin-Yu @kpham-sgl +/python/sglang/jit_kernel/ngram_*.py @hnyls2002 @Qiaolin-Yu @kpham-sgl +/python/sglang/jit_kernel/csrc/ngram_corpus @hnyls2002 @Qiaolin-Yu @kpham-sgl