Skip to content

Commit 3f99894

Browse files
authored
Update install_requirements.py
1 parent d51ecea commit 3f99894

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install_requirements.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ 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.
114115
] + (
115116
[
116117
"extension/llm/tokenizers", # TODO(larryliu0820): Setup a pypi package for this.

0 commit comments

Comments
 (0)