Skip to content
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

Missing initial instructions in evals/benchmark/README (and others) #92

Open
dbkinder opened this issue Aug 30, 2024 · 2 comments
Open
Labels
documentation Improvements or additions to documentation Hacktoberfest OPEAHack Available for Hackathon use

Comments

@dbkinder
Copy link
Contributor

dbkinder commented Aug 30, 2024

In GenAIEval/evals/benchmark/README.md (and others), the first step in the instructions is,

pip install -r ../../requirements.txt

There's a non-stated assumption of the current directory before this step is executed. How did the requirements.txt file get on the developer's computer? There's no instruction to clone the GenAIEval repo locally, for example.

@chickenrae chickenrae added documentation Improvements or additions to documentation OPEAHack Available for Hackathon use labels Sep 4, 2024
@mixmaier
Copy link

I agree with the above statement. I am also trying to use benchmarking tools but have problems to figure out how to...

lkk12014402 pushed a commit that referenced this issue Sep 19, 2024
* add AudioQnA UI

Signed-off-by: Yue, Wenjiao <[email protected]>
@feng-intel
Copy link

What about changing like the below: @dbkinder @mixmaier

git clone https://github.com/opea-project/GenAIEval
cd GenAIEval/evals/benchmark
pip install -r ../../requirements.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation Hacktoberfest OPEAHack Available for Hackathon use
Projects
None yet
Development

No branches or pull requests

4 participants