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

[CI] Fix Flaky test_eagle_max_len Test (#30306)


Signed-off-by: default avatarMicah Williamson <micah.williamson@amd.com>
parent aed84691
...@@ -82,7 +82,7 @@ def test_eagle_max_len( ...@@ -82,7 +82,7 @@ def test_eagle_max_len(
len(o.prompt_token_ids) len(o.prompt_token_ids)
< 80 < 80
< len(o.prompt_token_ids) + len(o.outputs[0].token_ids) < len(o.prompt_token_ids) + len(o.outputs[0].token_ids)
< 200 <= 200
), ( ), (
"This test is only meaningful if the output " "This test is only meaningful if the output "
"is longer than the eagle max length" "is longer than the eagle max length"
......
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