From 213ef06691395f6c50c28d40c0abba9324013d08 Mon Sep 17 00:00:00 2001 From: "Chen, Zhentao" Date: Sat, 24 Feb 2024 00:38:08 +0800 Subject: [PATCH] fix readme --- python/llm/dev/benchmark/harness/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python/llm/dev/benchmark/harness/README.md b/python/llm/dev/benchmark/harness/README.md index 5ecc0d71..46b39865 100644 --- a/python/llm/dev/benchmark/harness/README.md +++ b/python/llm/dev/benchmark/harness/README.md @@ -5,7 +5,10 @@ Before running, make sure to have [bigdl-llm](../../../README.md) installed. ## Install Harness ```bash -pip install git+https://github.com/EleutherAI/lm-evaluation-harness.git@b281b09 +git clone https://github.com/EleutherAI/lm-evaluation-harness.git +cd lm-evaluation-harness +git checkout b281b09 +pip install -e . ``` ## Run