Skip to content

Commit 8084a74

Browse files
Jack-Khuufacebook-github-bot
authored andcommitted
Change install requirements for lm-eval (#2453)
Summary: Pull Request resolved: #2453 Previously, explicit `datasets` and `lm-eval` package versions were required due to conflicting requirements with ET. As a result of recent pin and requirement bumps, the conflicts are resolved. Removing explicit versions bypass-github-export-checks bypass-github-pytorch-ci-checks bypass-github-executorch-ci-checks Reviewed By: larryliu0820 Differential Revision: D54934068 fbshipit-source-id: 5b54812511e7e30d77842c8c824ddd09aed99780
1 parent eb976d2 commit 8084a74

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

examples/models/llama2/install_requirements.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,8 @@
1010
pip install snakeviz sentencepiece
1111
pip install torchao-nightly
1212

13-
# Install datasets for HuggingFace dataloader
14-
# v2.14.0 is intentional to force lm-eval v0.3.0 compatibility
15-
pip install datasets==2.14.0
16-
1713
# Install lm-eval for Model Evaluation with lm-evalution-harness
18-
# v0.3.0 is intentional
19-
pip install lm-eval==0.3.
14+
pip install lm-eval
2015

2116
# Call the install helper for further setup
2217
python examples/models/llama2/install_requirement_helper.py

0 commit comments

Comments
 (0)