There was an error while loading. Please reload this page.
1 parent b75f826 commit 7d80c73Copy full SHA for 7d80c73
tests/v1/e2e/test_spec_decode.py
@@ -191,8 +191,8 @@ def test_suffix_decoding_acceptance(
191
# Expect the acceptance rate to improve.
192
assert first_accept_rate < last_accept_rate
193
194
- # Heuristic: expect at least 82.5% acceptance rate at the end.
195
- assert last_accept_rate > 0.825
+ # Heuristic: expect at least 80.0% acceptance rate at the end.
+ assert last_accept_rate > 0.80
196
197
del spec_llm
198
torch.cuda.empty_cache()
0 commit comments