-
Notifications
You must be signed in to change notification settings - Fork 46
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
LFX Mentorship Autumn 2024 Pretest - FuryMartin #139
Conversation
Signed-off-by: Yu Fan <[email protected]>
Signed-off-by: Yu Fan <[email protected]>
Signed-off-by: Yu Fan <[email protected]>
Signed-off-by: Yu Fan <[email protected]>
Signed-off-by: Yu Fan <[email protected]>
Signed-off-by: Yu Fan <[email protected]>
Signed-off-by: Yu Fan <[email protected]>
Signed-off-by: Yu Fan <[email protected]>
Signed-off-by: Yu Fan <[email protected]>
Signed-off-by: Yu Fan <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This PR should be reviewed by @hsj576. |
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.
The overall work is good, basically completed the pretest requirements.
Thanks! Considering that this PR is just a demonstration, should I close it? |
What type of PR is this?
/kind design
What this PR does / why we need it:
This is a demo for #130. I have implemented a cloud-edge collaborative strategy named query-routing.
The whole principle for query-routing is as below, which will route user's query to cloud or edge model based on its difficulty coefficiency:
For task 1, I used a modified Sedna package to support jsonl data evaluation.
For task 2, I implemented query-routing based on Ianvs.
For task 3, I left the results in README.md. The design details can be found in cloud-edge-collaboration-inference-for-llm
Which issue(s) this PR fixes:
Fixes #130