fix harness installation

This commit is contained in:
Chen, Zhentao 2024-02-23 16:33:35 +08:00
parent 9c8e349196
commit 5399343adc

View file

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