[Spec]: Make Triton standalone spec test deterministic (#25303)

This commit is contained in:
Ratish P
2026-05-18 17:36:10 -07:00
committed by GitHub
parent b79e4b1e68
commit dbac464726
2 changed files with 8 additions and 2 deletions
@@ -21,6 +21,7 @@ class TestStandaloneSpeculativeDecodingTriton(StandaloneServerBase, CustomTestCa
speculative_eagle_topk = 2
speculative_num_draft_tokens = 7
enable_spec_v2 = False
enable_deterministic_inference = True
class TestStandaloneSpeculativeDecodingFlashinfer(StandaloneServerBase, CustomTestCase):