fix harness installation
This commit is contained in:
parent
9c8e349196
commit
5399343adc
1 changed files with 4 additions and 1 deletions
5
.github/workflows/llm-harness-evaluation.yml
vendored
5
.github/workflows/llm-harness-evaluation.yml
vendored
|
|
@ -140,7 +140,10 @@ jobs:
|
|||
working-directory: ${{ github.workspace }}/python/llm/dev/benchmark/harness/
|
||||
shell: bash
|
||||
run: |
|
||||
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 .
|
||||
|
||||
- name: Download models and datasets
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue