upgrade harness package version in workflow (#10188)

* upgrade harness

* update readme
This commit is contained in:
Chen, Zhentao 2024-02-21 11:21:30 +08:00 committed by GitHub
parent 001c13243e
commit 39d37bd042
2 changed files with 2 additions and 5 deletions

View file

@ -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

View file

@ -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