Fix stale track rows corrupting conv checkpoints under the prefill graph (#34184)

This commit is contained in:
Ke Bao
2026-08-10 08:57:23 +08:00
committed by GitHub
parent 56ef810cad
commit 25b7015064
2 changed files with 7 additions and 1 deletions
@@ -163,7 +163,6 @@ class TestInklingSmallNvfp4Deterministic(CustomTestCase):
"--mem-fraction-static",
"0.85",
"--enable-deterministic-inference",
"--disable-prefill-cuda-graph",
],
env={**os.environ, "SGLANG_ENABLE_UNIFIED_RADIX_TREE": "1"},
)