Skip to content

Commit cc248a1

Browse files
committed
[RELEASE ONLY] Use torchao 0.14.0
1 parent 777c5da commit cc248a1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.ci/docker/common/install_pytorch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ install_domains() {
1717
}
1818

1919
install_pytorch_and_domains() {
20-
pip_install torch==2.9.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cpu
20+
pip_install torch==2.9.0 torchvision torchaudio torchao=0.14.0 --index-url https://download.pytorch.org/whl/test/cpu
2121
}
2222

2323
install_pytorch_and_domains

install_requirements.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ def install_requirements(use_pytorch_nightly):
111111
)
112112

113113
LOCAL_REQUIREMENTS = [
114-
"third-party/ao", # We need the latest kernels for fast iteration, so not relying on pypi.
115114
] + (
116115
[
117116
"extension/llm/tokenizers", # TODO(larryliu0820): Setup a pypi package for this.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ dependencies=[
7878
"scikit-learn==1.7.1",
7979
"hydra-core>=1.3.0",
8080
"omegaconf>=2.3.0",
81+
"torchao=0.14.0",
8182
]
8283

8384
[project.urls]

0 commit comments

Comments
 (0)