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

MicroServing Implementation #3064

Merged
merged 15 commits into from
Dec 16, 2024
Merged

MicroServing Implementation #3064

merged 15 commits into from
Dec 16, 2024

Conversation

jinhongyii
Copy link
Member

@jinhongyii jinhongyii commented Dec 13, 2024

This PR introduces MicroServing API. MicroServing introduces simple yet effective REST APIs to support fine-grained sub-request level actions. A programmable router transforms user requests into sub-request calls, lifting fine-grained scheduling to the API level, thus enabling the dynamic reconfiguration of different orchestration patterns.

Co-authored-by: Ruihang Lai [email protected]
Co-authored-by: Charlie Ruan [email protected]
Co-authored-by: Yingcheng Wang [email protected]

@jinhongyii
Copy link
Member Author

cc: @MasterJH5574

Copy link
Contributor

@CharlieFRuan CharlieFRuan left a comment

Choose a reason for hiding this comment

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

Thank you, left some minor comments

cpp/serve/engine.cc Outdated Show resolved Hide resolved
@jinhongyii jinhongyii force-pushed the disaggregation-impl branch 2 times, most recently from d4d0ab4 to 42973c7 Compare December 16, 2024 01:09
@MasterJH5574 MasterJH5574 merged commit 5c9ebcb into main Dec 16, 2024
2 checks passed
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.

3 participants