Update GLM tests to 5.2 and delete redundant tests (#29686)

This commit is contained in:
Baizhou Zhang
2026-06-29 23:04:26 -07:00
committed by GitHub
parent b6907d9664
commit cc238270b1
16 changed files with 39 additions and 508 deletions
@@ -23,7 +23,7 @@ from sglang.test.test_utils import (
popen_launch_server,
)
GLM5_MODEL = "zai-org/GLM-5.1-FP8"
GLM5_MODEL = "zai-org/GLM-5.2-FP8"
GLM5_LAUNCH_TIMEOUT = 3600
register_cuda_ci(est_time=900, suite="nightly-8-gpu-h200", nightly=True)
@@ -141,7 +141,7 @@ class AccuracyTwoPassMixin:
class TestGLM5HiRadixCacheL3Accuracy(AccuracyTwoPassMixin, CustomTestCase):
"""GLM-5.1-FP8 + HiCache L3 (file backend), with HiRadixTree."""
"""GLM-5.2-FP8 + HiCache L3 (file backend), with HiRadixTree."""
@classmethod
def setUpClass(cls):
@@ -159,7 +159,7 @@ class TestGLM5HiRadixCacheL3Accuracy(AccuracyTwoPassMixin, CustomTestCase):
"--page-size",
"64",
"--mem-fraction-static",
"0.85",
"0.8",
"--model-loader-extra-config",
'{"enable_multithread_load": true, "num_threads": 64}',
"--enable-hierarchical-cache",
@@ -189,7 +189,7 @@ class TestGLM5HiRadixCacheL3Accuracy(AccuracyTwoPassMixin, CustomTestCase):
class TestGLM5UnifiedRadixCacheL3Accuracy(AccuracyTwoPassMixin, CustomTestCase):
"""GLM-5.1-FP8 + HiCache L3 (file backend), with UnifiedRadixTree."""
"""GLM-5.2-FP8 + HiCache L3 (file backend), with UnifiedRadixTree."""
@classmethod
def setUpClass(cls):
@@ -207,7 +207,7 @@ class TestGLM5UnifiedRadixCacheL3Accuracy(AccuracyTwoPassMixin, CustomTestCase):
"--page-size",
"64",
"--mem-fraction-static",
"0.85",
"0.8",
"--model-loader-extra-config",
'{"enable_multithread_load": true, "num_threads": 64}',
"--enable-hierarchical-cache",