Skip to content

Commit 91add85

Browse files
authored
Fix failing spec decode test (#9054)
1 parent 9aaf14c commit 91add85

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)