[Fix] missing max_context_len on HybridAttnBackend (#32690)
This commit is contained in:
+1
@@ -26,6 +26,7 @@ class _FakeBackend:
|
||||
def test_split_full_attention_applies_model_wrapper_once():
|
||||
runner = SimpleNamespace(
|
||||
server_args=SimpleNamespace(speculative_attention_mode="prefill"),
|
||||
model_config=SimpleNamespace(context_len=2048),
|
||||
kv_cache_dtype=None,
|
||||
token_to_kv_pool=object(),
|
||||
req_to_token_pool=object(),
|
||||
|
||||
Reference in New Issue
Block a user