From 7e40d5263520e647f8fc94bcb6820712a1477a38 Mon Sep 17 00:00:00 2001 From: Alison Shao <54658187+alisonshao@users.noreply.github.com> Date: Mon, 19 Jan 2026 14:36:19 -0800 Subject: [PATCH] Move test_autoround.py to stage-b-test-large-1-gpu suite (#17336) --- test/registered/quant/test_autoround.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/registered/quant/test_autoround.py b/test/registered/quant/test_autoround.py index df69f1e5c..c9d07cd93 100644 --- a/test/registered/quant/test_autoround.py +++ b/test/registered/quant/test_autoround.py @@ -17,7 +17,7 @@ from sglang.test.test_utils import ( popen_launch_server, ) -register_cuda_ci(est_time=77, suite="stage-b-test-small-1-gpu") +register_cuda_ci(est_time=77, suite="stage-b-test-large-1-gpu") class TestAutoRound(CustomTestCase):