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
e1ce44cd
Unverified
Commit
e1ce44cd
authored
Jun 07, 2025
by
Swipe4057
Committed by
GitHub
Jun 07, 2025
Browse files
Disabling mixed chunked prefill when eagle is enabled (#6874)
parent
f1114e7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
python/sglang/srt/server_args.py
python/sglang/srt/server_args.py
+6
-0
No files found.
python/sglang/srt/server_args.py
View file @
e1ce44cd
...
...
@@ -425,6 +425,12 @@ class ServerArgs:
"Overlap scheduler is disabled because of using "
"eagle speculative decoding."
)
if
self
.
enable_mixed_chunk
:
self
.
enable_mixed_chunk
=
False
logger
.
warning
(
"Mixed chunked prefill is disabled because of using "
"eagle speculative decoding."
)
model_arch
=
get_model_arch
(
self
)
...
...
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