Skip to content

Commit f4ae60f

Browse files
authored
Explicitly turning off pybindings for ExecuTorch unless requested (#1475)
ExecuTorch now has XNN pybinding built by default pytorch/executorch#7473 Previously it was not built by default
1 parent 0ee4aea commit f4ae60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchchat/utils/scripts/install_utils.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ install_executorch_python_libs() {
8888
echo "Building and installing python libraries"
8989
if [ "${ENABLE_ET_PYBIND}" = false ]; then
9090
echo "Not installing pybind"
91-
bash ./install_requirements.sh
91+
bash ./install_requirements.sh --pybind off
9292
else
9393
echo "Installing pybind"
9494
bash ./install_requirements.sh --pybind xnnpack

0 commit comments

Comments
 (0)