Skip to content

Commit 24780c8

Browse files
authored
[ao] Pin torchao to 0.4
Differential Revision: D61549149 Pull Request resolved: #4793
1 parent c1c8b00 commit 24780c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/llama2/install_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Install snakeviz for cProfile flamegraph
99
# Install sentencepiece for llama tokenizer
1010
pip install snakeviz sentencepiece
11-
pip install torchao==0.1
11+
pip install torchao==0.4
1212

1313
# Install lm-eval for Model Evaluation with lm-evalution-harness
1414
# Install tiktoken for tokenizer

0 commit comments

Comments
 (0)