fix readme

This commit is contained in:
Chen, Zhentao 2024-02-24 00:38:08 +08:00
parent 85d13c65de
commit 213ef06691

View file

@ -5,7 +5,10 @@ Before running, make sure to have [bigdl-llm](../../../README.md) installed.
## Install Harness ## Install Harness
```bash ```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 ## Run