fix readme
This commit is contained in:
parent
85d13c65de
commit
213ef06691
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue