Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
aeb82b19
Unverified
Commit
aeb82b19
authored
Dec 09, 2025
by
Micah Williamson
Committed by
GitHub
Dec 09, 2025
Browse files
[CI] Fix Flaky test_eagle_max_len Test (#30306)
Signed-off-by:
Micah Williamson
<
micah.williamson@amd.com
>
parent
aed84691
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/v1/spec_decode/test_max_len.py
tests/v1/spec_decode/test_max_len.py
+1
-1
No files found.
tests/v1/spec_decode/test_max_len.py
View file @
aeb82b19
...
...
@@ -82,7 +82,7 @@ def test_eagle_max_len(
len
(
o
.
prompt_token_ids
)
<
80
<
len
(
o
.
prompt_token_ids
)
+
len
(
o
.
outputs
[
0
].
token_ids
)
<
200
<
=
200
),
(
"This test is only meaningful if the output "
"is longer than the eagle max length"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment