From ae10712fe8fc40b1550248572cd13e673887ba43 Mon Sep 17 00:00:00 2001 From: feng-intel <110514170+feng-intel@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:30:40 +0800 Subject: [PATCH] doc: Update ChatQnA/benchmark/performance doc (#930) --- ChatQnA/benchmark/performance/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ChatQnA/benchmark/performance/README.md b/ChatQnA/benchmark/performance/README.md index f5a9e062f..f1ff2e392 100644 --- a/ChatQnA/benchmark/performance/README.md +++ b/ChatQnA/benchmark/performance/README.md @@ -384,6 +384,7 @@ And then run the benchmark tool by: ```bash cd GenAIEval/evals/benchmark +pip install -r ../../requirements.txt python benchmark.py ```