Using EvalScope evaluation (#611)

### 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>
This commit is contained in:
RongRongStudio
2025-04-23 00:50:09 +08:00
committed by GitHub
parent 4a0ce3660e
commit 848e041a54
2 changed files with 175 additions and 1 deletions

View File

@@ -5,4 +5,5 @@
:maxdepth: 1
using_opencompass
using_lm_eval
:::
using_evalscope
:::