Skip to content

Commit af3e268

Browse files
authored
Merge branch 'main' into amd_diffusion
2 parents b6a3c87 + 5443db8 commit af3e268

File tree

268 files changed

+12159
-3001
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

268 files changed

+12159
-3001
lines changed

.github/CI_PERMISSIONS.json

Lines changed: 59 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2+
"1pikachu": {
3+
"can_tag_run_ci_label": true,
4+
"can_rerun_failed_ci": true,
5+
"cooldown_interval_minutes": 0,
6+
"reason": "custom override"
7+
},
28
"Alcanderian": {
39
"can_tag_run_ci_label": true,
410
"can_rerun_failed_ci": true,
@@ -29,19 +35,19 @@
2935
"cooldown_interval_minutes": 0,
3036
"reason": "custom override"
3137
},
32-
"CatherineSue": {
38+
"CaoE": {
3339
"can_tag_run_ci_label": true,
3440
"can_rerun_failed_ci": true,
3541
"cooldown_interval_minutes": 0,
36-
"reason": "top contributor"
42+
"reason": "custom override"
3743
},
38-
"DarkSharpness": {
44+
"CatherineSue": {
3945
"can_tag_run_ci_label": true,
4046
"can_rerun_failed_ci": true,
4147
"cooldown_interval_minutes": 0,
42-
"reason": "custom override"
48+
"reason": "top contributor"
4349
},
44-
"DiweiSun": {
50+
"DarkSharpness": {
4551
"can_tag_run_ci_label": true,
4652
"can_rerun_failed_ci": true,
4753
"cooldown_interval_minutes": 0,
@@ -173,6 +179,12 @@
173179
"cooldown_interval_minutes": 60,
174180
"reason": "custom override"
175181
},
182+
"Valentine233": {
183+
"can_tag_run_ci_label": true,
184+
"can_rerun_failed_ci": true,
185+
"cooldown_interval_minutes": 0,
186+
"reason": "custom override"
187+
},
176188
"XiaotongJiang": {
177189
"can_tag_run_ci_label": true,
178190
"can_rerun_failed_ci": true,
@@ -245,6 +257,12 @@
245257
"cooldown_interval_minutes": 0,
246258
"reason": "top contributor"
247259
},
260+
"blzheng": {
261+
"can_tag_run_ci_label": true,
262+
"can_rerun_failed_ci": true,
263+
"cooldown_interval_minutes": 0,
264+
"reason": "custom override"
265+
},
248266
"byjiang1996": {
249267
"can_tag_run_ci_label": true,
250268
"can_rerun_failed_ci": true,
@@ -263,6 +281,12 @@
263281
"cooldown_interval_minutes": 0,
264282
"reason": "top contributor"
265283
},
284+
"chunyuan-w": {
285+
"can_tag_run_ci_label": true,
286+
"can_rerun_failed_ci": true,
287+
"cooldown_interval_minutes": 0,
288+
"reason": "custom override"
289+
},
266290
"cicirori": {
267291
"can_tag_run_ci_label": true,
268292
"can_rerun_failed_ci": true,
@@ -293,6 +317,12 @@
293317
"cooldown_interval_minutes": 0,
294318
"reason": "top contributor"
295319
},
320+
"gaopengff": {
321+
"can_tag_run_ci_label": true,
322+
"can_rerun_failed_ci": true,
323+
"cooldown_interval_minutes": 0,
324+
"reason": "custom override"
325+
},
296326
"gongwei-130": {
297327
"can_tag_run_ci_label": true,
298328
"can_rerun_failed_ci": true,
@@ -347,6 +377,12 @@
347377
"cooldown_interval_minutes": 0,
348378
"reason": "top contributor"
349379
},
380+
"huaiyuzh": {
381+
"can_tag_run_ci_label": true,
382+
"can_rerun_failed_ci": true,
383+
"cooldown_interval_minutes": 0,
384+
"reason": "custom override"
385+
},
350386
"huangtingwei9988": {
351387
"can_tag_run_ci_label": true,
352388
"can_rerun_failed_ci": true,
@@ -401,6 +437,12 @@
401437
"cooldown_interval_minutes": 60,
402438
"reason": "custom override"
403439
},
440+
"jianan-gu": {
441+
"can_tag_run_ci_label": true,
442+
"can_rerun_failed_ci": true,
443+
"cooldown_interval_minutes": 0,
444+
"reason": "custom override"
445+
},
404446
"jinleic": {
405447
"can_tag_run_ci_label": true,
406448
"can_rerun_failed_ci": true,
@@ -629,6 +671,12 @@
629671
"cooldown_interval_minutes": 0,
630672
"reason": "custom override"
631673
},
674+
"sunjiweiswift": {
675+
"can_tag_run_ci_label": true,
676+
"can_rerun_failed_ci": true,
677+
"cooldown_interval_minutes": 0,
678+
"reason": "custom override"
679+
},
632680
"sunxxuns": {
633681
"can_tag_run_ci_label": true,
634682
"can_rerun_failed_ci": true,
@@ -689,6 +737,12 @@
689737
"cooldown_interval_minutes": 0,
690738
"reason": "custom override"
691739
},
740+
"yanbing-j": {
741+
"can_tag_run_ci_label": true,
742+
"can_rerun_failed_ci": true,
743+
"cooldown_interval_minutes": 0,
744+
"reason": "custom override"
745+
},
692746
"yangsijia-serena": {
693747
"can_tag_run_ci_label": true,
694748
"can_rerun_failed_ci": true,

.github/CODEOWNERS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
/docker/npu.Dockerfile @ping1jing2 @iforgetmyname
44
/python/pyproject.toml @merrymercy @Fridge003 @ispobock
55
/python/sglang/multimodal_gen @mickqian
6+
/python/sglang/srt/batch_invariant_ops @Fridge003 @hebiao064
67
/python/sglang/srt/constrained @hnyls2002 @DarkSharpness
8+
/python/sglang/srt/compilation @hebiao064
79
/python/sglang/srt/disaggregation @ByronHsu @hnyls2002 @ShangmingCai
810
/python/sglang/srt/disaggregation/ascend @ping1jing2 @iforgetmyname
911
/python/sglang/srt/distributed @yizhang2077 @merrymercy @ch-wan
@@ -12,7 +14,7 @@
1214
/python/sglang/srt/eplb @fzyzcjy @ch-wan
1315
/python/sglang/srt/function_call @CatherineSue @JustinTong0323
1416
/python/sglang/srt/grpc @CatherineSue @slin1237
15-
/python/sglang/srt/layers @merrymercy @Ying1123 @Fridge003 @ispobock @HaiShaw @ch-wan @BBuf @kushanam @Edwardf0t1
17+
/python/sglang/srt/layers @merrymercy @Ying1123 @Fridge003 @ispobock @HaiShaw @ch-wan @BBuf @Edwardf0t1
1618
/python/sglang/srt/layers/quantization @ch-wan @BBuf @Edwardf0t1 @FlamingoPg @AniZpZ
1719
/python/sglang/srt/layers/attention/ascend_backend.py @ping1jing2 @iforgetmyname
1820
/python/sglang/srt/lora @Ying1123 @Fridge003 @lifuhuang
@@ -21,6 +23,7 @@
2123
/python/sglang/srt/mem_cache/allocator_ascend.py @ping1jing2 @iforgetmyname
2224
/python/sglang/srt/model_executor @merrymercy @Ying1123 @hnyls2002 @Fridge003 @ispobock
2325
/python/sglang/srt/model_executor/npu_graph_runner.py @ping1jing2 @iforgetmyname
26+
/python/sglang/srt/model_executor/piecewise_cuda_graph_runner.py @hebiao064
2427
/python/sglang/srt/multimodal @mickqian @JustinTong0323 @yhyang201
2528
/python/sglang/srt/speculative @Ying1123 @merrymercy @hnyls2002
2629
/sgl-kernel @zhyncs @ispobock @BBuf @yizhang2077 @merrymercy @FlamingoPg @HaiShaw

.github/workflows/bot-bump-kernel-version-to-sglang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run-nightly-tests:
6363
needs: bump-kernel-version-to-sglang
6464
if: needs.bump-kernel-version-to-sglang.outputs.needs_sync == 'true'
65-
uses: ./.github/workflows/nightly-test.yml
65+
uses: ./.github/workflows/nightly-test-nvidia.yml
6666
with:
6767
ref: ${{ needs.bump-kernel-version-to-sglang.outputs.branch_name }}
6868
secrets: inherit

.github/workflows/bot-bump-sglang-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
run-nightly-tests:
5757
needs: bump-sglang-version
58-
uses: ./.github/workflows/nightly-test.yml
58+
uses: ./.github/workflows/nightly-test-nvidia.yml
5959
with:
6060
ref: ${{ needs.bump-sglang-version.outputs.branch_name }}
6161
secrets: inherit

0 commit comments

Comments
 (0)