Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
97d857c0
You need to sign in or sign up before continuing.
Unverified
Commit
97d857c0
authored
Oct 15, 2025
by
Hanming Lu
Committed by
GitHub
Oct 16, 2025
Browse files
[Mamba] Increase default mamba_full_memory_ratio to 0.9 (#11679)
parent
52a54a26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/server_args.py
python/sglang/srt/server_args.py
+1
-1
No files found.
python/sglang/srt/server_args.py
View file @
97d857c0
...
@@ -371,7 +371,7 @@ class ServerArgs:
...
@@ -371,7 +371,7 @@ class ServerArgs:
# Mamba cache
# Mamba cache
max_mamba_cache_size
:
Optional
[
int
]
=
None
max_mamba_cache_size
:
Optional
[
int
]
=
None
mamba_ssm_dtype
:
str
=
"float32"
mamba_ssm_dtype
:
str
=
"float32"
mamba_full_memory_ratio
:
float
=
0.
2
mamba_full_memory_ratio
:
float
=
0.
9
# Hierarchical cache
# Hierarchical cache
enable_hierarchical_cache
:
bool
=
False
enable_hierarchical_cache
:
bool
=
False
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment