We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5872f06 commit 05ddcb9Copy full SHA for 05ddcb9
tests/v1/e2e/test_spec_decode.py
@@ -125,6 +125,8 @@ def test_ngram_correctness(
125
126
@pytest.mark.parametrize(
127
["model_setup", "mm_enabled"], [
128
+ (("eagle3", "Qwen/Qwen3-8B",
129
+ "AngelSlim/Qwen3-8B_eagle3", 1), False),
130
(("eagle", "meta-llama/Llama-3.1-8B-Instruct",
131
"yuhuili/EAGLE-LLaMA3.1-Instruct-8B", 1), False),
132
(("eagle3", "meta-llama/Llama-3.1-8B-Instruct",
@@ -140,7 +142,7 @@ def test_ngram_correctness(
140
142
True,
141
143
marks=pytest.mark.skip(reason="Skipping due to CI OOM issues")),
144
],
- ids=["llama3_eagle", "llama3_eagle3", "llama4_eagle", "llama4_eagle_mm"])
145
+ ids=["qwen3_eagle3", "llama3_eagle", "llama3_eagle3", "llama4_eagle", "llama4_eagle_mm"])
146
def test_eagle_correctness(
147
monkeypatch: pytest.MonkeyPatch,
148
sampling_config: SamplingParams,
0 commit comments