-
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
add Impl for llm edge benchmark suite #150
Conversation
1988809
to
2893646
Compare
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.
There are CI issues that remain to be resolved, see https://github.com/kubeedge/ianvs/actions/runs/11179368172?pr=150
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 CI issues are properly tackled. As discussed at the routine meeting, suggestions would be
- Might show a final result (e.g., ranking) in the PR;
- Replace the Chinese statements into English;
- Replace the print with loggers;
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 Chinese prompt should be removed.
def prefill_latency(y_true, y_pred): | ||
# avg_prefill_latency = y_pred.get('avg_prefill_latency', []) | ||
# return avg_prefill_latency | ||
#TODO 前面所有歌predict_dict 的结果,可以通过下面拿出来,我想把计算平均的过程放在这里,帮我实现 |
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 Chinese prompt should be removed.
@hsj576 Could you please review this PR? I've made several documentation and configuration updates:
Here's screenshot of the benchmark : The results show the changes are working as expected, Let me know if you need any additional information or clarification. |
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.
This pull request contains 10 commits, which might make maintenance difficult, considering the number of contributors, pull requests, and their commits in KubeEdge Ianvs recently. In the final stage, @XueSongTap can squash the commits into one using rebase techniques.
@MooreZheng I have already addressed this concern by squashing all commits into a single commit using rebase. The changes are now consolidated into one cohesive commit for better maintenance and clearer history. Please review the updated changes. |
/lgtm |
@XueSongTap might need one more review from @hsj576 |
/lgtm |
1 similar comment
/lgtm |
@CreativityH: changing LGTM is restricted to collaborators In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
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.
To avoid conflicts, need to change print() using logger
aeaa8e5
to
7a1f2ae
Compare
Signed-off-by: yexiaochuan <yxc2020@foxmail.com> adapt Impl in core for llm edge benchmark suite Signed-off-by: yexiaochuan <yxc2020@foxmail.com> Fix impl on singletast_learning with compression Signed-off-by: yexiaochuan <yxc2020@foxmail.com> chore: trigger CI Signed-off-by: yexiaochuan <yxc2020@foxmail.com> CI: fix pylint warnings Signed-off-by: yexiaochuan <yxc2020@foxmail.com> CI: fix pylint warnings Signed-off-by: yexiaochuan <yxc2020@foxmail.com> fix: update comments and configuration parameters Signed-off-by: yexiaochuan <yxc2020@foxmail.com>
@MooreZheng hi, i've changed print() using logger. Could you please review this PR? Let me know if you need any additional information or clarification. |
/lgtm |
/approve |
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.
All concerns are fixed. Well done and congratulations to @XueSongTap
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: MooreZheng The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
What this PR does / why we need it:
add Impl for llm edge benchmark suite
Which issue(s) this PR fixes:
#127