Skip to content

[DP] Add pause_state to DPScheduler#1718

Open
wenxindongwork wants to merge 1 commit intomainfrom
fix-dp-pause-state
Open

[DP] Add pause_state to DPScheduler#1718
wenxindongwork wants to merge 1 commit intomainfrom
fix-dp-pause-state

Conversation

@wenxindongwork
Copy link
Collaborator

Description

Add pause_state property and set_pause_state method to DPScheduler to match the upstream vLLM SchedulerInterface.

Upstream vLLM change: vllm-project/vllm#34125

Tests

Updated unit tests

Checklist

Before submitting this PR, please make sure:

  • I have performed a self-review of my code.
  • I have necessary comments in my code, particularly in hard-to-understand areas.
  • I have made or will make corresponding changes to any relevant documentation.

Signed-off-by: wenxindongwork <wenxindong@google.com>
@github-actions
Copy link

Description

Start with a short description of what the PR does and how this is a change from
the past.

The rest of the description includes relevant details and context, examples:

  • why is this change being made,
  • the problem being solved and any relevant context,
  • why this is a good solution,
  • some information about the specific implementation,
  • shortcomings of the solution and possible future improvements.

If the change fixes a Github issue, please include a link, e.g.,:
FIXES: #123456

Tests

Please describe how you tested this change, and include any instructions and/or
commands to reproduce.

Checklist

Before submitting this PR, please make sure:

  • I have performed a self-review of my code.
  • I have necessary comments in my code, particularly in hard-to-understand areas.
  • I have made or will make corresponding changes to any relevant documentation.

@wenxindongwork wenxindongwork added the ready ONLY add when PR is ready to merge/full CI is needed label Feb 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready ONLY add when PR is ready to merge/full CI is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant