You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-deploy-benchmark.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# ChatQnA Benchmarking
1
+
# Deploy and Benchmark
2
2
3
3
## Purpose
4
4
@@ -8,6 +8,11 @@ We aim to run these benchmarks and share them with the OPEA community for three
8
8
- To establish a baseline for validating optimization solutions across different implementations, providing clear guidance on which methods are most effective for your use case.
9
9
- To inspire the community to build upon our benchmarks, allowing us to better quantify new solutions in conjunction with current leading LLMs, serving frameworks etc.
10
10
11
+
### Support Example List
12
+
13
+
- ChatQnA
14
+
- DocSum
15
+
11
16
## Table of Contents
12
17
13
18
-[Prerequisites](#prerequisites)
@@ -68,6 +73,7 @@ Before running the benchmarks, ensure you have:
68
73
```bash
69
74
pip install -r requirements.txt
70
75
```
76
+
notes: the benchmark need `opea-eval>=1.3`, if v1.3 is not released, please build the `opea-eval` from [source](https://github.com/opea-project/GenAIEval).
0 commit comments