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
b4b78d63
Unverified
Commit
b4b78d63
authored
Aug 14, 2025
by
Cyrus Leung
Committed by
GitHub
Aug 13, 2025
Browse files
[CI/Build] Fix param mismatch in `test_eagle_correctness` (#22847)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
12817a8a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
tests/v1/e2e/test_spec_decode.py
tests/v1/e2e/test_spec_decode.py
+5
-1
No files found.
tests/v1/e2e/test_spec_decode.py
View file @
b4b78d63
...
@@ -146,7 +146,11 @@ def test_ngram_correctness(
...
@@ -146,7 +146,11 @@ def test_ngram_correctness(
marks
=
pytest
.
mark
.
skip
(
reason
=
"Skipping due to CI OOM issues"
)),
marks
=
pytest
.
mark
.
skip
(
reason
=
"Skipping due to CI OOM issues"
)),
],
],
ids
=
[
ids
=
[
"qwen3_eagle3"
,
"llama3_eagle"
,
"llama3_eagle3"
,
"llama4_eagle"
,
# TODO: Re-enable this once tests/models/test_initialization.py is fixed, see PR #22333 #22611 # noqa: E501
# "qwen3_eagle3",
"llama3_eagle"
,
"llama3_eagle3"
,
"llama4_eagle"
,
"llama4_eagle_mm"
"llama4_eagle_mm"
])
])
@
pytest
.
mark
.
parametrize
(
"attn_backend"
,
@
pytest
.
mark
.
parametrize
(
"attn_backend"
,
...
...
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