Skip to content

Commit 9b1cba2

Browse files
carmoccarasbt
authored andcommitted
Fix evaluation.md instructions (#1114)
1 parent 8bcfd50 commit 9b1cba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/evaluation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
## Using lm-evaluation-harness
66

7-
You can evaluate LitGPT using [EleutherAI's lm-eval](https://github.com/EleutherAI/lm-evaluation-harness/tree/master) framework with a large number of different evaluation tasks.
7+
You can evaluate LitGPT using [EleutherAI's lm-eval](https://github.com/EleutherAI/lm-evaluation-harness) framework with a large number of different evaluation tasks.
88

99
You need to install the `lm-eval` framework first:
1010

1111
```bash
12-
pip install https://github.com/EleutherAI/lm-evaluation-harness/archive/refs/heads/master.zip -U
12+
pip install 'lm_eval @ git+https://github.com/EleutherAI/lm-evaluation-harness.git@115206dc89dad67b8b'
1313
```
1414

1515
 

0 commit comments

Comments
 (0)