Skip to content

Commit a728efa

Browse files
authored
[RELEASE ONLY] Use torchao 0.14.0 (#15071)
### Summary AO has officially released 0.14.0 (see https://pypi.org/project/torchao/#history). Update the pyproject.toml and pins to use 0.14. I also bumped the submodule to the latest release/0.14.0 head, though this only picks up a minor GH actions workflow change. Fixes #14419. ### Test plan CI
1 parent 93ad679 commit a728efa

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-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

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]

third-party/ao

0 commit comments

Comments
 (0)