add some more labels (#13701)
Co-authored-by: Brayden Zhong <b8zhong@users.noreply.github.com>
This commit is contained in:
@@ -40,6 +40,11 @@ Multi-modal:
|
|||||||
- '**/*vision*'
|
- '**/*vision*'
|
||||||
- '**/*vlm*'
|
- '**/*vlm*'
|
||||||
|
|
||||||
|
# Diffusion
|
||||||
|
diffusion:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: 'python/sglang/multimodal_gen/**/*'
|
||||||
|
|
||||||
# LoRA
|
# LoRA
|
||||||
lora:
|
lora:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
@@ -73,6 +78,15 @@ npu:
|
|||||||
- '**/*npu*'
|
- '**/*npu*'
|
||||||
- '**/*ascend*'
|
- '**/*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 specific
|
||||||
deepseek:
|
deepseek:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
@@ -84,3 +98,13 @@ hicache:
|
|||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- '**/*hicache*'
|
- '**/*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/**/*'
|
||||||
|
|||||||
Reference in New Issue
Block a user