Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen, Zhentao committed Feb 23, 2024
1 parent 5399343 commit e1fcf54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/llm-harness-evaluation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ jobs:
run: |
pip install --upgrade datasets==2.14.6
if [ "${{ matrix.model_name }}" = "Mistral-7B-v0.1" ]; then
pip install --upgrade transformers==4.36
pip install --upgrade transformers==4.36
else
pip install --upgrade transformers==4.31
pip install --upgrade transformers==4.31
fi

Expand Down

0 comments on commit e1fcf54

Please sign in to comment.