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 9ffcf4b commit f07394eCopy full SHA for f07394e
install_requirements.py
@@ -112,13 +112,8 @@ def install_requirements(use_pytorch_nightly):
112
113
LOCAL_REQUIREMENTS = [
114
"third-party/ao", # We need the latest kernels for fast iteration, so not relying on pypi.
115
- ] + (
116
- [
117
- "extension/llm/tokenizers", # TODO(larryliu0820): Setup a pypi package for this.
118
- ]
119
- if sys.platform != "win32"
120
- else []
121
- ) # TODO(gjcomer): Re-enable when buildable on Windows.
+ "extension/llm/tokenizers", # TODO(larryliu0820): Setup a pypi package for this.
+ ]
122
123
# Install packages directly from local copy instead of pypi.
124
# This is usually not recommended.
0 commit comments