-
Notifications
You must be signed in to change notification settings - Fork 544
Using EvalScope evaluation #611
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
Conversation
|
@RongRongStudio Much thanks for your contributions, please use
|
wangxiyuan
left a comment
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.
Thanks for your contribution.
| Then, you can use the following command to evaluate the model API service: | ||
|
|
||
| ``` | ||
| evalscope eval \ |
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.
what's the diffrenece with evalscope perf, since you only add --api-url, --api-key here, but for evalscope perf it's --url instead. Can they be the same?
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.
https://evalscope.readthedocs.io/en/latest/get_started/basic_usage.html#model-api-service-evaluation
https://evalscope.readthedocs.io/en/latest/user_guides/stress_test/quick_start.html#basic-usage
Seems there are some diff in upstream so I think it's ok in here
Signed-off-by: RongRongStudio <82669040+RongRongStudio@users.noreply.github.com>
Yikun
left a comment
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.
LGTM, thanks for your contributions
Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
|
I move eval to top and simplify the doc and test locally. |
### What this PR does / why we need it? Using EvalScope to hava a evaluation (include eval and test): - https://evalscope.readthedocs.io/en/latest/user_guides/stress_test/quick_start.html#basic-usage - https://evalscope.readthedocs.io/en/latest/get_started/basic_usage.html#model-api-service-evaluation ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Test locally --------- Signed-off-by: RongRongStudio <82669040+RongRongStudio@users.noreply.github.com> Signed-off-by: Yikun Jiang <yikunkero@gmail.com> Co-authored-by: Yikun Jiang <yikunkero@gmail.com>
### What this PR does / why we need it? Using EvalScope to hava a evaluation (include eval and test): - https://evalscope.readthedocs.io/en/latest/user_guides/stress_test/quick_start.html#basic-usage - https://evalscope.readthedocs.io/en/latest/get_started/basic_usage.html#model-api-service-evaluation ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Test locally --------- Signed-off-by: RongRongStudio <82669040+RongRongStudio@users.noreply.github.com> Signed-off-by: Yikun Jiang <yikunkero@gmail.com> Co-authored-by: Yikun Jiang <yikunkero@gmail.com>

What this PR does / why we need it?
Using EvalScope to hava a evaluation (include eval and test):
Does this PR introduce any user-facing change?
No
How was this patch tested?
Test locally