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 52ae8a8 commit 9eeb18aCopy full SHA for 9eeb18a
tests/v1/e2e/test_spec_decode.py
@@ -124,8 +124,8 @@ def test_ngram_correctness(
124
@pytest.mark.parametrize(
125
"model_path",
126
[
127
- "nm-testing/SpeculatorLlama3-1-8B-Eagle3-converted-0717-quantized",
128
- "nm-testing/Speculator-Qwen3-8B-Eagle3-converted-071-quantized",
+ "RedHatAI/Llama-3.1-8B-Instruct-speculator.eagle3",
+ "RedHatAI/Qwen3-8B-speculator.eagle3",
129
],
130
ids=["llama3_eagle3_speculator", "qwen3_eagle3_speculator"],
131
)
0 commit comments