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 10bf350 commit 9e7bc8bCopy full SHA for 9e7bc8b
tests/singlecard/spec_decode/e2e/test_spec_decode.py
@@ -49,12 +49,12 @@ def sampling_config():
49
50
@pytest.fixture
51
def model_name():
52
- return "LLM-Research/Meta-Llama-3-8B-Instruct"
+ return "meta-llama/Meta-Llama-3-8B-Instruct"
53
54
55
56
def eagle_model_name():
57
- return "vllm-ascend/EAGLE-LLaMA3-Instruct-8B"
+ return "yuhuili/EAGLE-LLaMA3-Instruct-8B"
58
59
60
def test_ngram_correctness(
0 commit comments