-
Notifications
You must be signed in to change notification settings - Fork 14
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
[Core] Support for Scheduling-defined Prefill-Decode Disaggregation feature #15
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zhypku
reviewed
Aug 23, 2024
zhypku
reviewed
Aug 26, 2024
zhypku
reviewed
Aug 26, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to call this feature as: scheduling-defined pdd :)
KuilongCui
reviewed
Aug 26, 2024
KuilongCui
reviewed
Aug 27, 2024
Xinyi-ECNU
changed the title
[Core] Support for Prefill-Decode Disaggregation feature
[Core] Support for Scheduling-defined Prefill-Decode Disaggregation feature
Aug 27, 2024
Xinyi-ECNU
force-pushed
the
pd_disagg
branch
from
September 5, 2024 03:26
c28584b
to
16a05d1
Compare
s5u13b
reviewed
Sep 6, 2024
ZeldaHuang
reviewed
Sep 6, 2024
ZeldaHuang
reviewed
Sep 6, 2024
Xinyi-ECNU
force-pushed
the
pd_disagg
branch
from
September 9, 2024 08:57
ab199a4
to
f50fa8d
Compare
s5u13b
reviewed
Sep 9, 2024
zhypku
reviewed
Sep 10, 2024
Xinyi-ECNU
force-pushed
the
pd_disagg
branch
from
September 11, 2024 03:06
937afce
to
c921ef9
Compare
KuilongCui
reviewed
Sep 11, 2024
Xinyi-ECNU
force-pushed
the
pd_disagg
branch
from
September 24, 2024 01:59
3c6166e
to
749a93f
Compare
|
|
|
|
KuilongCui
reviewed
Sep 25, 2024
|
|
KuilongCui
approved these changes
Oct 8, 2024
s5u13b
reviewed
Oct 8, 2024
s5u13b
approved these changes
Oct 8, 2024
|
|
|
|
ZeldaHuang
reviewed
Oct 9, 2024
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Design for introducing cluster-level prefill-decode disaggregation design to Llumnix. Based on dynamic rescheduling of requests in Llumnix, this design allows Llumnix to manage prefill/decoding instances and the scheduling of requests on these instances. Specifically, this PR designs broader scheduling semantics, enabling the rules for PD disaggregation to be expressed as customized policies within Llumnix.