From 96be892974ae120c3c9996085f3d6d66bafed1ee Mon Sep 17 00:00:00 2001 From: Sean <118865326+seanxuu@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:36:03 +0800 Subject: [PATCH] Update README.md fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c299c68..dcff11ec 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ This is an evaluation harness for the benchmark described in [T-Eval: Evaluating ```bash $ git clone https://github.com/open-compass/T-Eval.git $ cd T-Eval -$ pip install requirements.txt +$ pip install -r requirements.txt $ git clone https://github.com/InternLM/lagent.git $ cd lagent && pip install -e . ``` @@ -185,4 +185,4 @@ If you find this project useful in your research, please consider cite: ## 💳 License -This project is released under the Apache 2.0 [license](./LICENSE). \ No newline at end of file +This project is released under the Apache 2.0 [license](./LICENSE).