[Fix] missing max_context_len on HybridAttnBackend (#32690)

This commit is contained in:
Peng Wu
2026-07-31 19:43:09 +08:00
committed by GitHub
parent 754b692afc
commit e3d4f48e55
4 changed files with 4 additions and 0 deletions
@@ -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(),