From a24aefe562b73add0f972a621c65a7d5e8a0de4a Mon Sep 17 00:00:00 2001 From: b8zhong Date: Fri, 21 Nov 2025 11:29:33 -0800 Subject: [PATCH] add some more labels (#13701) Co-authored-by: Brayden Zhong --- .github/labeler.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index d73991ba0..5151e5e2b 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -40,6 +40,11 @@ Multi-modal: - '**/*vision*' - '**/*vlm*' +# Diffusion +diffusion: + - changed-files: + - any-glob-to-any-file: 'python/sglang/multimodal_gen/**/*' + # LoRA lora: - changed-files: @@ -73,6 +78,15 @@ npu: - '**/*npu*' - '**/*ascend*' +# Blackwell +blackwell: + - changed-files: + - any-glob-to-any-file: + - '**/*nvfp4*' + - 'sgl-kernel/csrc/attention/cutlass_sm100_mla/**/*' + - 'python/sglang/srt/layers/attention/trtllm_mla_backend.py' + - 'python/sglang/srt/layers/attention/trtllm_mha_backend.py' + # DeepSeek specific deepseek: - changed-files: @@ -84,3 +98,13 @@ hicache: - changed-files: - any-glob-to-any-file: - '**/*hicache*' + +# Deterministic +deterministic: + - changed-files: + - any-glob-to-any-file: 'python/sglang/srt/batch_invariant_ops/**/*' + +# Piecewise CUDA Graph +piecewise-cuda-graph: + - changed-files: + - any-glob-to-any-file: 'python/sglang/srt/compilation/**/*'