[Spec] Async-assert probes across EAGLE/MTP; zero tgt_cache_loc (#26335)

This commit is contained in:
Liangsheng Yin
2026-05-26 11:34:03 -07:00
committed by GitHub
parent 6c8128650e
commit ec6f8d61f7
23 changed files with 171 additions and 94 deletions
@@ -51,10 +51,7 @@ class ServerWithGrammar(CustomTestCase):
"--speculative-num-draft-tokens=8",
]
with (
envs.SGLANG_SPEC_NAN_DETECTION.override(True),
envs.SGLANG_SPEC_OOB_DETECTION.override(True),
):
with envs.SGLANG_ENABLE_ASYNC_ASSERT.override(True):
cls.process = popen_launch_server(
cls.model,
cls.base_url,