Minor style fixes to the scheduler.py (#15218)

This commit is contained in:
Lianmin Zheng
2025-12-16 17:09:44 -08:00
committed by GitHub
parent 46ad4b986d
commit 9d64a7b24f
11 changed files with 207 additions and 204 deletions
+1
View File
@@ -1966,6 +1966,7 @@ class ServerArgs:
self.disable_overlap_schedule = True
logger.warning(
"Overlap scheduler is disabled because of using eagle3 or standalone speculative decoding."
"You can set env SGLANG_ENABLE_SPEC_V2=True to enable the experimental overlap scheduler."
)
if self.enable_mixed_chunk: