Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions install_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,8 @@ def install_requirements(use_pytorch_nightly):

LOCAL_REQUIREMENTS = [
"third-party/ao", # We need the latest kernels for fast iteration, so not relying on pypi.
] + (
[
"extension/llm/tokenizers", # TODO(larryliu0820): Setup a pypi package for this.
]
if sys.platform != "win32"
else []
) # TODO(gjcomer): Re-enable when buildable on Windows.
"extension/llm/tokenizers", # TODO(larryliu0820): Setup a pypi package for this.
]

# Install packages directly from local copy instead of pypi.
# This is usually not recommended.
Expand Down
Loading