upgrade harness package version in workflow (#10188)
* upgrade harness * update readme
This commit is contained in:
parent
001c13243e
commit
39d37bd042
2 changed files with 2 additions and 5 deletions
2
.github/workflows/llm-harness-evaluation.yml
vendored
2
.github/workflows/llm-harness-evaluation.yml
vendored
|
|
@ -142,7 +142,7 @@ jobs:
|
||||||
working-directory: ${{ github.workspace }}/python/llm/dev/benchmark/harness/
|
working-directory: ${{ github.workspace }}/python/llm/dev/benchmark/harness/
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
pip install git+https://github.com/EleutherAI/lm-evaluation-harness.git@e81d3cc
|
pip install git+https://github.com/EleutherAI/lm-evaluation-harness.git@b281b09
|
||||||
|
|
||||||
- name: Download models and datasets
|
- name: Download models and datasets
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
|
|
@ -5,10 +5,7 @@ Before running, make sure to have [bigdl-llm](../../../README.md) installed.
|
||||||
|
|
||||||
## Install Harness
|
## Install Harness
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/EleutherAI/lm-evaluation-harness.git
|
pip install git+https://github.com/EleutherAI/lm-evaluation-harness.git@b281b09
|
||||||
cd lm-evaluation-harness
|
|
||||||
git checkout e81d3cc
|
|
||||||
pip install -e .
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Run
|
## Run
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue