[Mamba] Increase default mamba_full_memory_ratio to 0.9 (#11679)

This commit is contained in:
Hanming Lu
2025-10-15 18:56:43 -07:00
committed by GitHub
parent 52a54a26b2
commit 97d857c096

View File

@@ -371,7 +371,7 @@ class ServerArgs:
# Mamba cache
max_mamba_cache_size: Optional[int] = None
mamba_ssm_dtype: str = "float32"
mamba_full_memory_ratio: float = 0.2
mamba_full_memory_ratio: float = 0.9
# Hierarchical cache
enable_hierarchical_cache: bool = False