Skip to content

Commit 3265200

Browse files
sroy745LeiWang1999
authored andcommitted
Fix failing spec decode test (vllm-project#9054)
Signed-off-by: LeiWang1999 <[email protected]>
1 parent 431bb94 commit 3265200

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/spec_decode/e2e/test_compatibility.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ def test_spec_decode_xfail_spec_max_model_len(test_llm_generator):
100100
"model": "JackFram/llama-68m",
101101
"speculative_model": "JackFram/llama-68m",
102102
"num_speculative_tokens": 5,
103+
"use_v2_block_manager": False,
103104
}])
104105
@pytest.mark.parametrize("per_test_common_llm_kwargs", [{}])
105106
@pytest.mark.parametrize("test_llm_kwargs", [{}])

0 commit comments

Comments
 (0)