Skip to content

Commit 1fb447e

Browse files
Jack-Khuufacebook-github-bot
authored andcommitted
Add as install req in examples/llama2 (#2234)
Summary: Pull Request resolved: #2234 Adding lm-eval as a pip install requirement to enabled Evaluation bypass-github-pytorch-ci-checks Reviewed By: jerryzh168 Differential Revision: D54497840 fbshipit-source-id: bb9efb450c2071aea7fc249f6c6761e552a57c6f
1 parent 4ef264e commit 1fb447e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/models/llama2/install_requirements.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@
77

88
# Install snakeviz for cProfile flamegraph
99
# Install sentencepiece for llama tokenizer
10+
# Install lm-eval for accuracy evaluation (v0.4+)
1011
pip install snakeviz sentencepiece
12+
pip install lm-eval

0 commit comments

Comments
 (0)