Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
/docker/npu.Dockerfile @ping1jing2 @iforgetmyname
/python/pyproject.toml @merrymercy @Fridge003 @ispobock
/python/sglang/jit_kernel @DarkSharpness @BBuf
/python/sglang/jit_kernel/diffusion @yingluosanqian @BBuf @mickqian
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Based on the provided context files, python/sglang/jit_kernel/timestep_embedding.py and its test file are also part of the diffusion feature set. However, they are not located under the diffusion/ subdirectory and thus won't be covered by this new rule, falling back to the parent directory's owners. To ensure consistent ownership for all diffusion-related code under jit_kernel, consider adding explicit ownership rules for these files as well.

/python/sglang/jit_kernel/diffusion @yingluosanqian @BBuf @mickqian
/python/sglang/jit_kernel/timestep_embedding.py @yingluosanqian @BBuf @mickqian
/python/sglang/jit_kernel/tests/test_timestep_embedding.py @yingluosanqian @BBuf @mickqian

/python/sglang/multimodal_gen @mickqian @yhyang201
/python/sglang/multimodal_gen/runtime/layers @mickqian @yhyang201 @BBuf
/python/sglang/multimodal_gen/runtime/models/dits @mickqian @yhyang201 @BBuf
/python/sglang/multimodal_gen/runtime/layers @mickqian @yhyang201 @BBuf @yingluosanqian
/python/sglang/multimodal_gen/runtime/models/dits @mickqian @yhyang201 @BBuf @yingluosanqian
/python/sglang/srt/batch_invariant_ops @Fridge003 @hebiao064
/python/sglang/srt/constrained @hnyls2002 @DarkSharpness
/python/sglang/srt/compilation @hebiao064
Expand Down
Loading