Commit Graph

239 Commits

Author SHA1 Message Date
Alison Shao
4128d4f5cb [CI] Migrate LoRA tests to test/registered/lora/ (#15176) 2025-12-17 13:19:42 -08:00
Kangyan-Zhou
037c3982af Fix H200 CI by commenting out Warmup Weights and JIT Compilation (#15139) 2025-12-14 18:04:28 -08:00
Qiaolin Yu
729529190d [ci] Move dpsk-r1-fp4 b200 test to stage b (#15084) 2025-12-13 23:14:08 -08:00
Baizhou Zhang
8698867479 [CI]Add gb200 runner back (#15024) 2025-12-12 20:19:34 -08:00
Kangyan-Zhou
291396544e Add a special label for b200 CI runner that can run kernel tests (#15033) 2025-12-12 19:41:36 -08:00
Kangyan-Zhou
b243154614 Fix CI by reverting incorrect metric check logic (#15004) 2025-12-12 10:07:38 -08:00
Alison Shao
e59435c34b Add retry logic for scheduled CI tests (#14771) 2025-12-11 16:59:58 -08:00
b8zhong
6107268fe7 extend timeout for b200 test (#14925)
Co-authored-by: Brayden Zhong <b8zhong@users.noreply.github.com>
2025-12-11 15:43:53 -08:00
Baizhou Zhang
7dcad45cad [CI] Temp disable gb200 test (#14865) 2025-12-10 19:05:16 -08:00
Alison Shao
1698c2341b [CI] Reduce stage-b auto-partition from 4 to 2 (#14769)
Co-authored-by: Liangsheng Yin <lsyincs@gmail.com>
2025-12-11 01:32:33 +09:00
Alison Shao
5e8f544d1b Disable 8-gpu-b200 runner in PR tests (#14768) 2025-12-09 17:47:54 -08:00
Lianmin Zheng
18bd8e8d6d Improve CI by trying a warmup before unit tests (#14669) 2025-12-09 15:17:59 -08:00
Alison Shao
9a426fc5ef [CI] Move mistral large 3 basic to nightly (#14622) 2025-12-09 00:28:44 -08:00
Alison Shao
e6f0ddda44 [CI] Migrate Eagle 1-GPU tests to test/registered/ (#14529) 2025-12-09 12:56:36 +09:00
Alison Shao
93043f7b13 [CI] Increase max-parallel to 15 for high priority PRs (#14675) 2025-12-08 15:40:37 -08:00
Alison Shao
559202b544 [CI] Fix unit-test-backend-8-gpu-b200 running on every /rerun-stage (#14591) 2025-12-07 18:42:04 -08:00
Baizhou Zhang
6799847ebf [CI]Unblock and split spec v2+dp test (#14551) 2025-12-07 17:39:25 -08:00
Alison Shao
b988c18eae Fix safetensors validation to catch corruption after download (#14465) 2025-12-05 16:04:00 -08:00
Alison Shao
16e8463a90 Add Mistral Large 3 basic test to PR CI (#14460) 2025-12-05 10:38:52 -08:00
Alison Shao
4c5074eb78 Add AMD stage support to /rerun-stage command and fix related bugs (#14463) 2025-12-04 21:13:52 -08:00
alisonshao
084b06e79d Add /rerun-stage slash command to rerun specific PR test stages (#14262) 2025-12-02 14:23:38 -08:00
alisonshao
e0ec42c710 [CI] Fix 4-GPU test timeout by using 3 partitions (#14287) 2025-12-02 16:47:26 +08:00
Baizhou Zhang
eb5008846a [CI] Fix test_deepep_large.py (#14247) 2025-12-01 15:18:48 -08:00
Kangyan-Zhou
d9dca28247 Update pr-test.yml to fix unknown job name deepep-8-gpu 2025-12-01 10:02:29 -08:00
Kangyan-Zhou
41b7aab848 Disable Deepep 8 GPU tests (#14152) 2025-12-01 09:37:38 -08:00
Lianmin Zheng
c4293f59ac Change PR test schedule to run every 6 hours (#14218) 2025-12-01 03:50:58 -08:00
Fan Yin
412160f4c1 [sgl-kernel] fix b200 kernel ci (#13907)
Co-authored-by: HydraQYH <qyh820@outlook.com>
2025-11-30 10:15:37 -08:00
Hank Han
9872a677b4 [ci]fix deepep import error on H20 action (#14166) 2025-11-30 09:42:57 -08:00
Kangyan-Zhou
d7cb08c5be Always run all stages in cron based PR tests (#14151) 2025-11-29 12:32:06 -08:00
Kangyan-Zhou
d6c88d519d Trigger PR test on main every 3 hours instead of push event (#14130) 2025-11-29 10:12:50 -08:00
Yuhao Yang
f03ea34a3d add runtime check for PyTorch 2.9.1 + CuDNN < 9.15 to prevent Conv3d performance issues (#14119) 2025-11-29 10:05:54 -05:00
Liangsheng Yin
bab033b970 Adjust max-parallel for CUDA CI (#14057) 2025-11-27 20:48:37 +08:00
Simo Lin
69a03bc3f7 [ci] allow manual label to trigger ci in rust, change ci order (#14016) 2025-11-26 11:38:50 -08:00
Fan Yin
36b1bcd242 [chore] update torch version to 2.9 (#12969)
Co-authored-by: Baizhou Zhang <sobereddiezhang@gmail.com>
2025-11-25 14:47:34 -08:00
Yibo Cai
a2c388ba11 [CI] fix multimodel-gen-test job (#13874) 2025-11-24 19:46:23 -08:00
ant-yy
a146f833f1 [Fix]: Adjust FutureMap's token_id_bufs Size to Prevent ChunkedPrefill's next_token_ids from Overwriting Previous Prefill Requests' next_token_id (#13713)
Signed-off-by: vito.yy <vito.yy@antgroup.com>
2025-11-25 01:08:52 +08:00
Liangsheng Yin
b2f7b08c49 Refactor cache init logic (#13800) 2025-11-24 11:41:46 +08:00
Baizhou Zhang
c9bd1aca32 [CI] Tiny refactoring sgl-kernel tests (#13813) 2025-11-23 12:45:17 -08:00
Mick
dd70cf99c1 [diffusion] CI: add run_suite to multimodal_gen CI (#13791) 2025-11-23 21:27:33 +08:00
Yuhao Yang
a22de641ef [diffusion] fix: fix hunyuanvideo and add 2-gpu ci test (#13720)
Co-authored-by: Mick <mickjagger19@icloud.com>
2025-11-22 20:54:51 +08:00
alisonshao
64480ec712 Add sgl-kernel CI test for Blackwell (B200) (#13301) 2025-11-20 19:02:42 -08:00
Liangsheng Yin
852eb6ce2a [CI] optimize CI workflow info (#13634) 2025-11-20 18:12:51 +08:00
Mick
127d59cd2c [diffusion] CI: improve diffusion CI (#13562)
Co-authored-by: Adarsh Shirawalmath <114558126+adarshxs@users.noreply.github.com>
2025-11-20 10:54:13 +08:00
Liangsheng Yin
97ba2c2d1e [CI] Fix CUDA workflow's dependency. (#13568) 2025-11-19 19:06:42 +08:00
sglang-bot
b638abbae6 chore: bump sgl-kernel version to 0.3.17.post2 (#13542) 2025-11-18 22:08:23 -08:00
Lianmin Zheng
2e1dbdb258 Update docs (#13519)
Co-authored-by: sglang-bot <sglangbot@gmail.com>
2025-11-18 06:24:58 -08:00
Cheng Wan
a5ad0069b2 fix: change performance log directory to cache path (#13482)
Co-authored-by: Mick <mickjagger19@icloud.com>
2025-11-18 15:18:43 +08:00
Liangsheng Yin
67071f55a8 [CI] fix triggered by a non-run-ci label (#13393) 2025-11-18 14:24:58 +08:00
alisonshao
0c96677902 CI: fix NFS EBUSY error in PR test workflow (#13460)
Co-authored-by: Kangyan-Zhou <zky314343421@gmail.com>
Co-authored-by: Mick <mickjagger19@icloud.com>
2025-11-18 13:25:29 +08:00
Kangyan-Zhou
e2c9a59023 Update pr-test.yml to fix invalid job name error 2025-11-17 17:08:02 -08:00