Skip to content

Commit

Permalink
fix harness installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen, Zhentao committed Feb 23, 2024
1 parent 9c8e349 commit 5399343
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/llm-harness-evaluation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5399343

Please sign in to comment.