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 072d5a8 commit df2fedfCopy full SHA for df2fedf
torchchat/utils/scripts/install_utils.sh
@@ -88,10 +88,10 @@ 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 --pybind off
+ bash ./install_executorch.sh --pybind off
92
else
93
echo "Installing pybind"
94
- bash ./install_requirements.sh --pybind xnnpack
+ bash ./install_executorch.sh --pybind xnnpack
95
fi
96
97
# TODO: figure out the root cause of 'AttributeError: module 'evaluate'
0 commit comments