Skip to content

Commit 1386c8f

Browse files
committed
2 parents f281618 + 4612ac9 commit 1386c8f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

icl_eval/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Please install the lm-eval package from the `lm-evaluation-harness` repository using the following commad:
2+
```
3+
git clone https://github.com/EleutherAI/lm-evaluation-harness
4+
cd lm-evaluation-harness
5+
pip install -e .
6+
```
7+
After installation, please refer to `run_eval.sh` to check out how to run evaluations with the pruned models and source models.
8+
9+

0 commit comments

Comments
 (0)