mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-20 05:45:02 +08:00
[CI/Build] Fix param mismatch in test_eagle_correctness (#22847)
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
parent
12817a8ac7
commit
b4b78d6317
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user