Skip to content

Commit db7a378

Browse files
authored
Revert "[ao] Pin torchao to 0.4" (#4814)
This reverts commit 24780c8.
1 parent ccd684f commit db7a378

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.4
11+
pip install torchao==0.1
1212

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

0 commit comments

Comments
 (0)