mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-25 13:54:28 +08:00
Fix failing spec decode test (#9054)
This commit is contained in:
parent
9aaf14c62e
commit
91add85ec4
@ -100,6 +100,7 @@ def test_spec_decode_xfail_spec_max_model_len(test_llm_generator):
|
||||
"model": "JackFram/llama-68m",
|
||||
"speculative_model": "JackFram/llama-68m",
|
||||
"num_speculative_tokens": 5,
|
||||
"use_v2_block_manager": False,
|
||||
}])
|
||||
@pytest.mark.parametrize("per_test_common_llm_kwargs", [{}])
|
||||
@pytest.mark.parametrize("test_llm_kwargs", [{}])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user