We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee4aea commit f4ae60fCopy full SHA for f4ae60f
torchchat/utils/scripts/install_utils.sh
@@ -88,7 +88,7 @@ install_executorch_python_libs() {
88
echo "Building and installing python libraries"
89
if [ "${ENABLE_ET_PYBIND}" = false ]; then
90
echo "Not installing pybind"
91
- bash ./install_requirements.sh
+ bash ./install_requirements.sh --pybind off
92
else
93
echo "Installing pybind"
94
bash ./install_requirements.sh --pybind xnnpack
0 commit comments