Unverified Commit 7d80c73d authored by Micah Williamson's avatar Micah Williamson Committed by GitHub
Browse files

[CI] Reduce Flakiness For test_spec_decode.py::test_suffix_decoding_acceptance (#30367)


Signed-off-by: default avatarMicah Williamson <micah.williamson@amd.com>
parent b75f826f
...@@ -191,8 +191,8 @@ def test_suffix_decoding_acceptance( ...@@ -191,8 +191,8 @@ def test_suffix_decoding_acceptance(
# Expect the acceptance rate to improve. # Expect the acceptance rate to improve.
assert first_accept_rate < last_accept_rate assert first_accept_rate < last_accept_rate
# Heuristic: expect at least 82.5% acceptance rate at the end. # Heuristic: expect at least 80.0% acceptance rate at the end.
assert last_accept_rate > 0.825 assert last_accept_rate > 0.80
del spec_llm del spec_llm
torch.cuda.empty_cache() torch.cuda.empty_cache()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment