Skip to content

Commit

Permalink
install lm-evaluation-harness
Browse files Browse the repository at this point in the history
  • Loading branch information
mlabonne committed Mar 28, 2024
1 parent eb1b4b9 commit 310e4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runpod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if [ "$BENCHMARK" == "nous" ]; then
elif [ "$BENCHMARK" == "openllm" ]; then
git clone https://github.com/EleutherAI/lm-evaluation-harness
cd lm-evaluation-harness
pip install -e
pip install -e .
pip install accelerate

benchmark="arc"
Expand Down

0 comments on commit 310e4c5

Please sign in to comment.