We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef264e commit 1fb447eCopy full SHA for 1fb447e
examples/models/llama2/install_requirements.sh
@@ -7,4 +7,6 @@
7
8
# Install snakeviz for cProfile flamegraph
9
# Install sentencepiece for llama tokenizer
10
+# Install lm-eval for accuracy evaluation (v0.4+)
11
pip install snakeviz sentencepiece
12
+pip install lm-eval
0 commit comments