Skip to content

Commit

Permalink
Explicitly turning off pybindings for ExecuTorch unless requested
Browse files Browse the repository at this point in the history
ExecuTorch now has XNN pybinding built by default pytorch/executorch#7473

Previously it was not built by default
  • Loading branch information
Jack-Khuu authored Jan 24, 2025
1 parent 0ee4aea commit de19ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchchat/utils/scripts/install_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ install_executorch_python_libs() {
echo "Building and installing python libraries"
if [ "${ENABLE_ET_PYBIND}" = false ]; then
echo "Not installing pybind"
bash ./install_requirements.sh
bash ./install_requirements.sh --pybind off
else
echo "Installing pybind"
bash ./install_requirements.sh --pybind xnnpack
Expand Down

0 comments on commit de19ea8

Please sign in to comment.