sgl-project/sglang
View on GitHub[Feature] Enable Two-Batch Overlap in Draft Models
Open
#7,892 opened on Jul 9, 2025
good first issue
Repository metrics
- Stars
- (28,442 stars)
- PR merge metrics
- (Avg merge 2d 1h) (1,000 merged PRs in 30d)
Description
Checklist
- 1. If the issue you raised is not a feature but a question, please raise a discussion at https://github.com/sgl-project/sglang/discussions/new/choose Otherwise, it will be closed.
- 2. Please use English, otherwise it will be closed.
Motivation
Currently, when eagle is in use, the running batch size is constrained by the draft_extend phase because low-latency dispatch constrains the number of dispatched tokens but two-batch overlap (TBO) is not supported in the draft_extend phase. Enabling TBO can double the running batch size.
Related resources
No response