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.
2 parents a3070e4 + f4ae60f commit c868452Copy full SHA for c868452
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