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
"tests/vscode:/vscode.git/clone" did not exist on "96c376a5ff201a31d676091a59a011c8c29d095b"
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
Show 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:
...
@@ -425,6 +425,12 @@ class ServerArgs:
"Overlap scheduler is disabled because of using "
"Overlap scheduler is disabled because of using "
"eagle speculative decoding."
"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
)
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