Skip to content

Commit c868452

Browse files
authored
Merge branch 'main' into patch-23
2 parents a3070e4 + f4ae60f commit c868452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchchat/utils/scripts/install_utils.sh

Lines changed: 1 addition & 1 deletion
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)