Skip to content

Commit 7d80c73

Browse files
authored
[CI] Reduce Flakiness For test_spec_decode.py::test_suffix_decoding_acceptance (#30367)
Signed-off-by: Micah Williamson <micah.williamson@amd.com>
1 parent b75f826 commit 7d80c73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/v1/e2e/test_spec_decode.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ def test_suffix_decoding_acceptance(
191191
# Expect the acceptance rate to improve.
192192
assert first_accept_rate < last_accept_rate
193193

194-
# Heuristic: expect at least 82.5% acceptance rate at the end.
195-
assert last_accept_rate > 0.825
194+
# Heuristic: expect at least 80.0% acceptance rate at the end.
195+
assert last_accept_rate > 0.80
196196

197197
del spec_llm
198198
torch.cuda.empty_cache()

0 commit comments

Comments
 (0)