We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b430f4 commit 95c2536Copy full SHA for 95c2536
install_requirements.py
@@ -79,7 +79,7 @@ def install_requirements(use_pytorch_nightly):
79
)
80
81
LOCAL_REQUIREMENTS = [
82
- # "third-party/ao", # We need the latest kernels for fast iteration, so not relying on pypi.
+ "third-party/ao", # We need the latest kernels for fast iteration, so not relying on pypi.
83
] + (
84
[
85
"extension/llm/tokenizers", # TODO(larryliu0820): Setup a pypi package for this.
0 commit comments