We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c536da4 commit 8662471Copy full SHA for 8662471
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