Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] Keep scheduler.running as deque #2523

Merged
merged 1 commit into from
Jan 21, 2024

Conversation

njhill
Copy link
Member

@njhill njhill commented Jan 20, 2024

#2290 changed the scheduler seq group lists to be deques for more efficient updates, but missed one place where the running deque gets converted back to a list.

vllm-project#2290 changed the scheduler seq group lists to be deques for more efficient updates, but missed one place where the `running` deque gets converted back to a list.
Copy link
Collaborator

@WoosukKwon WoosukKwon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for submitting the PR!

@WoosukKwon WoosukKwon merged commit d75c407 into vllm-project:main Jan 21, 2024
16 checks passed
@njhill njhill deleted the keep-deque branch January 21, 2024 06:36
hongxiayang pushed a commit to hongxiayang/vllm that referenced this pull request Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants