mirror of
https://github.com/kvcache-ai/sglang.git
synced 2026-07-11 17:59:12 +00:00
Add default enable_memory_saver to HybridLinearKVPool (#13371)
This commit is contained in:
@@ -952,7 +952,7 @@ class HybridLinearKVPool(KVCache):
|
||||
enable_kvcache_transpose: bool,
|
||||
device: str,
|
||||
mamba_pool: MambaPool,
|
||||
enable_memory_saver: bool,
|
||||
enable_memory_saver: bool = False,
|
||||
# TODO: refactor mla related args
|
||||
use_mla: bool = False,
|
||||
kv_lora_rank: int = None,
|
||||
|
||||
Reference in New Issue
Block a user