Skip to content

Commit 95c2536

Browse files
committed
recover torchao
1 parent 5b430f4 commit 95c2536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def install_requirements(use_pytorch_nightly):
7979
)
8080

8181
LOCAL_REQUIREMENTS = [
82-
# "third-party/ao", # We need the latest kernels for fast iteration, so not relying on pypi.
82+
"third-party/ao", # We need the latest kernels for fast iteration, so not relying on pypi.
8383
] + (
8484
[
8585
"extension/llm/tokenizers", # TODO(larryliu0820): Setup a pypi package for this.

0 commit comments

Comments
 (0)