sgl-project/sglang

[Task] Add priority scheduling CIs for preemption path

Closed

#13,470 opened on Nov 18, 2025

 (1 comment) (0 reactions) (2 assignees)Python (6,216 forks)auto 404
good first issue

Repository metrics

Stars
 (28,442 stars)
PR merge metrics
 (Avg merge 2d 1h) (1,000 merged PRs in 30d)

Description

Checklist

Motivation

There is a number token and request level memory accounting issues reported and fixed by the community recently. It would be good to complement them with robust CI tests.

Context:

  1. https://github.com/sgl-project/sglang/pull/12494
  2. https://github.com/sgl-project/sglang/pull/13142
  3. https://github.com/sgl-project/sglang/pull/13201; https://github.com/sgl-project/sglang/issues/13111 (TestRemTotalTokenOffsetBug)
  4. https://github.com/sgl-project/sglang/blob/5ef728716b2c1159bbb7cd5c098e7720137354ce/python/sglang/srt/managers/schedule_policy.py#L666-L668 - cover this case

Related resources

No response

Contributor guide