Skip to content

Commit 1adf268

Browse files
jerryzh168facebook-github-bot
authored andcommitted
bump torchao version (#2849)
Summary: torchao released v0.1, this PR changes the version to torchao==0.1 Pull Request resolved: #2849 Test Plan: with-proxy python -m examples.models.llama2.eval_llama -c llama2-7b.pt -p llama2-7b-params.json -t llama2-7b-tok.model -d fp32 --calibration_seq_length 100 --calibration_limit 1 --limit 1 --tasks wikitext --max_seq_len 2048 --group_size 256 -qmode 8da4w with-proxy python -m examples.models.llama2.eval_llama -c llama2-7b.pt -p llama2-7b-params.json -t llama2-7b-tok.model -d fp32 --calibration_seq_length 100 --calibration_limit 1 --limit 1 --tasks wikitext --max_seq_len 2048 --group_size 256 -qmode 8da4w-gptq Reviewed By: mergennachin Differential Revision: D55761420 Pulled By: jerryzh168 fbshipit-source-id: 50e000a713cb7476f4c5e4eed2d9411a0d76217c
1 parent cc9a715 commit 1adf268

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

1313
# Install lm-eval for Model Evaluation with lm-evalution-harness
1414
pip install lm-eval

0 commit comments

Comments
 (0)