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
8128e08d
Unverified
Commit
8128e08d
authored
Aug 06, 2025
by
Ke Bao
Committed by
GitHub
Aug 06, 2025
Browse files
Turn off hybrid cache by default (#8839)
parent
5d62b56f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
python/sglang/srt/server_args.py
python/sglang/srt/server_args.py
+1
-0
No files found.
python/sglang/srt/server_args.py
View file @
8128e08d
...
@@ -461,6 +461,7 @@ class ServerArgs:
...
@@ -461,6 +461,7 @@ class ServerArgs:
if
model_arch
in
[
"GptOssForCausalLM"
]:
if
model_arch
in
[
"GptOssForCausalLM"
]:
self
.
attention_backend
=
"triton"
self
.
attention_backend
=
"triton"
self
.
enable_triton_kernel_moe
=
True
self
.
enable_triton_kernel_moe
=
True
self
.
disable_hybrid_swa_memory
=
True
# Set page size
# Set page size
if
self
.
page_size
is
None
:
if
self
.
page_size
is
None
:
...
...
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