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

plugin scheduler #3

Closed
wants to merge 4 commits into from
Closed

plugin scheduler #3

wants to merge 4 commits into from

Conversation

yannicks1
Copy link
Collaborator

@yannicks1 yannicks1 commented Feb 4, 2025

Adding spyre specific scheduler

This PR integrates the (spyre specific) scheduler class to replace the upstream scheduler.
it goes along with this ->PR<- in the vllm repository

Changes:

  • added vllm_spyre/config.py: file containing the spyre specific SchedulerConfig class
  • added vllm_spyre/core/scheduler.py: file containing the spyre specific Scheduler class
  • vllm_spyre/envs.py: adding spyre scheduler related env variables.
  • formatting changes

yannicks1 and others added 2 commits February 4, 2025 18:18
Signed-off-by: Yannick Schnider <[email protected]>
@yannicks1 yannicks1 mentioned this pull request Feb 6, 2025
@yannicks1 yannicks1 marked this pull request as ready for review February 6, 2025 09:56
# VLLM_SPYRE_WARMUP_PROMPT_LENS: Optional[List[int]] = None
# VLLM_SPYRE_WARMUP_NEW_TOKENS: Optional[List[int]] = None
# VLLM_SPYRE_WARMUP_BATCH_SIZES: Optional[List[int]] = None
VLLM_SPYRE_WARMUP_PROMPT_LENS: Optional[List[int]] = None
Copy link
Member

Choose a reason for hiding this comment

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

need to add Optional and List in the import

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

good catch! they went missing when I resolved conflicts in the web editor. I had them locally.
added again here: commit

Signed-off-by: Yannick Schnider <[email protected]>
Copy link
Member

@sducouedic sducouedic left a comment

Choose a reason for hiding this comment

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

LGTM

@yannicks1
Copy link
Collaborator Author

this PR is replaced by an alternative implementation see this PR

@yannicks1 yannicks1 closed this Feb 11, 2025
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.

2 participants