Skip to content

Commit 2ea11b0

Browse files
authored
lm_eval: fix links and pin version to 0.4.2 (#1326)
1 parent 01eb0e3 commit 2ea11b0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

install/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ streamlit
3030

3131
# Server mode
3232
flask
33+
34+
# eval
35+
lm_eval==0.4.2

torchchat/utils/docs/evaluation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Torchchat provides evaluation functionality for your language model on
1111
a variety of tasks using the
12-
[lm-evaluation-harness](https://github.com/facebookresearch/lm_eval)
12+
[lm-evaluation-harness](https://github.com/EleutherAI/lm-evaluation-harness)
1313
library.
1414

1515
## Usage
@@ -34,6 +34,6 @@ Running multiple tasks and calling eval.py directly:
3434
python3 torchchat.py eval stories15M --pte-path stories15M.pte --tasks wikitext hellaswag
3535
```
3636

37-
For more information and a list of tasks/metrics see [lm-evaluation-harness](https://github.com/facebookresearch/lm_eval).
37+
For more information and a list of tasks/metrics see [lm-evaluation-harness](https://github.com/EleutherAI/lm-evaluation-harness).
3838

3939
[end default]: end

0 commit comments

Comments
 (0)