-
Notifications
You must be signed in to change notification settings - Fork 413
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update install_requirements to install --pybind xnnpack by default. (#…
…7473) Summary: Regular ./install_requirements.sh will install pybind xnnpack by default. It is necessary for Llama for instance. It is still backwards compatible with './install_requirements.sh --pybind xnnpack' One can also turn off explicitly by calling './install_requirement.sh --pybind off' Test Plan: Test valid options: ./install_requirements.sh ./install_requirements.sh --pybind xnnpack ./install_requirements.sh --pybind coreml ./install_requirements.sh --pybind coreml xnnpack ./install_requirements.sh --pybind off Invalid options: ./install_requirements.sh xnnpack ./install_requirements.sh --pybind coreml off ./install_requirements.sh --pybind coreml xnnpack off ./install_requirements.sh off
- Loading branch information
1 parent
45bb2dd
commit 9dc5152
Showing
2 changed files
with
36 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters