[DLLM] Add CI for diffusion LLMs (#14723)

This commit is contained in:
Zehuan Li
2025-12-19 08:54:03 +08:00
committed by GitHub
parent 9e0ef04e5b
commit b2803ff207
3 changed files with 87 additions and 3 deletions
+1
View File
@@ -51,6 +51,7 @@ suites = {
TestFile("rl/test_fp32_lm_head.py", 9),
# TestFile("rl/test_update_weights_from_disk.py", 210), # Temporarily disabled, see https://github.com/sgl-project/sglang/pull/13998
TestFile("rl/test_update_weights_from_tensor.py", 195),
TestFile("dllm/test_llada2_mini.py", 520),
TestFile("test_abort.py", 131),
TestFile("test_chunked_prefill.py", 312),
TestFile("test_create_kvindices.py", 7),