Skip to content

Commit 11d3ecd

Browse files
committed
recover torchao
1 parent fa50a63 commit 11d3ecd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4d4abec80f03cd8fdefe1d9cb3a60d3690cd777e
1+
53a2908a10f414a2f85caa06703a26a40e873869

install_requirements.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ def install_requirements(use_pytorch_nightly):
231231
# that we don't need to set any version number there because they have already
232232
# been installed on CI before this step, so pip won't reinstall them
233233
f"torch==2.10.0.{NIGHTLY_VERSION}" if use_pytorch_nightly else "torch",
234-
f"torchao==0.14.0{NIGHTLY_VERSION}" if use_pytorch_nightly else "torchao",
235234
]
236235

237236
# Install the requirements for core ExecuTorch package.
@@ -253,7 +252,7 @@ def install_requirements(use_pytorch_nightly):
253252
)
254253

255254
LOCAL_REQUIREMENTS = [
256-
# "third-party/ao", # We need the latest kernels for fast iteration, so not relying on pypi.
255+
"third-party/ao", # We need the latest kernels for fast iteration, so not relying on pypi.
257256
] + (
258257
[
259258
"extension/llm/tokenizers", # TODO(larryliu0820): Setup a pypi package for this.

0 commit comments

Comments
 (0)