[AMD] CI - enable deepseekv3.2 on MI325-8gpu and merge perf/accuracy test suites into stage-b suites (#17633)

Co-authored-by: Bingxu Chen <Bingxu.Chen@amd.com>
This commit is contained in:
YC Tseng
2026-01-27 18:54:36 -08:00
committed by GitHub
co-authored by Bingxu Chen
parent 1c4616a034
commit 52bca42870
9 changed files with 91 additions and 233 deletions
@@ -10,6 +10,7 @@ from sglang.test.test_utils import (
DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH,
DEFAULT_URL_FOR_TEST,
CustomTestCase,
is_in_amd_ci,
is_in_ci,
popen_launch_server,
)
@@ -62,7 +63,10 @@ class TestSlidingWindowAttentionTriton(CustomTestCase):
metrics = run_eval(args)
print(f"MMLU metrics with sliding window: {metrics}")
self.assertGreaterEqual(metrics["score"], 0.60)
if is_in_amd_ci():
self.assertGreaterEqual(metrics["score"], 0.55)
else:
self.assertGreaterEqual(metrics["score"], 0.60)
def _test_short_context_generation(self):
response = requests.post(