[CI] Migrate Attention Backend tests to test/registered/attention/ (#15563)

This commit is contained in:
Alison Shao
2025-12-22 22:17:52 -08:00
committed by GitHub
parent 989d4b3012
commit 883747ced1
18 changed files with 94 additions and 22 deletions
@@ -22,7 +22,7 @@ from sglang.test.test_utils import (
popen_launch_server,
)
register_cuda_ci(est_time=470, suite="stage-b-test-small-1-gpu")
register_cuda_ci(est_time=500, suite="stage-b-test-small-1-gpu")
torch_dtype = torch.float16
prefill_tolerance = 5e-2
@@ -20,7 +20,7 @@ from sglang.test.test_utils import (
run_logprob_check,
)
register_cuda_ci(est_time=473, suite="stage-b-test-small-1-gpu")
register_cuda_ci(est_time=1100, suite="stage-b-test-small-1-gpu")
class TestEAGLEServerBasic(EagleServerBase):