From e510dc58ba8fc1fa22d776fc0bde7a8b9a9ecbca Mon Sep 17 00:00:00 2001 From: Jimmy Shong <69131491+Jiminator@users.noreply.github.com> Date: Tue, 4 Aug 2026 14:10:19 -0700 Subject: [PATCH] Add @Jiminator as codeowner for Laguna model and config (#33472) Co-authored-by: Claude Opus 5 --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 63b848705..62fa1ad5c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -105,3 +105,5 @@ /python/sglang/srt/speculative/frozen_kv_mtp_*.py @hnyls2002 @Qiaolin-Yu @kpham-sgl @pyc96 /python/sglang/kernels/ops/speculative/ngram_*.py @hnyls2002 @Qiaolin-Yu @kpham-sgl /python/sglang/kernels/jit/csrc/ngram_corpus @hnyls2002 @Qiaolin-Yu @kpham-sgl +/python/sglang/srt/models/laguna.py @Jiminator +/python/sglang/srt/configs/laguna.py @Jiminator