File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ pip install snakeviz sentencepiece
11
11
12
12
# Install torchao.
13
13
TORCHAO_VERSION=$( cat " $( dirname " $0 " ) " /../../../.ci/docker/ci_commit_pins/torchao.txt)
14
- pip install --no-use-pep517 --user " git+https://github.com/pytorch/ao.git@${TORCHAO_VERSION} "
14
+ pip install --no-use-pep517 " git+https://github.com/pytorch/ao.git@${TORCHAO_VERSION} "
15
15
16
16
# Install lm-eval for Model Evaluation with lm-evalution-harness
17
17
# Install tiktoken for tokenizer
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ pip install --pre torchtune --extra-index-url https://download.pytorch.org/whl/n
10
10
11
11
# Install torchao.
12
12
TORCHAO_VERSION=$( cat " $( dirname " $0 " ) " /../../../.ci/docker/ci_commit_pins/torchao.txt)
13
- pip install --no-use-pep517 --user " git+https://github.com/pytorch/ao.git@${TORCHAO_VERSION} "
13
+ pip install --no-use-pep517 " git+https://github.com/pytorch/ao.git@${TORCHAO_VERSION} "
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ pip install tiktoken
11
11
12
12
# Install torchao.
13
13
TORCHAO_VERSION=$( cat " $( dirname " $0 " ) " /../../../.ci/docker/ci_commit_pins/torchao.txt)
14
- pip install --no-use-pep517 --user " git+https://github.com/pytorch/ao.git@${TORCHAO_VERSION} "
14
+ pip install --no-use-pep517 " git+https://github.com/pytorch/ao.git@${TORCHAO_VERSION} "
You can’t perform that action at this time.
0 commit comments