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 9aaf14c commit 91add85Copy full SHA for 91add85
tests/spec_decode/e2e/test_compatibility.py
@@ -100,6 +100,7 @@ def test_spec_decode_xfail_spec_max_model_len(test_llm_generator):
100
"model": "JackFram/llama-68m",
101
"speculative_model": "JackFram/llama-68m",
102
"num_speculative_tokens": 5,
103
+ "use_v2_block_manager": False,
104
}])
105
@pytest.mark.parametrize("per_test_common_llm_kwargs", [{}])
106
@pytest.mark.parametrize("test_llm_kwargs", [{}])
0 commit comments