Skip to content

Commit ff2ebb2

Browse files
Jack-Khuufacebook-github-bot
authored andcommitted
Add as install req in examples/llama2 (#2234)
Summary: Adding lm-eval as a pip install requirement to enabled Evaluation Differential Revision: D54497840
1 parent 61d6393 commit ff2ebb2

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)