Skip to content

Commit df2fedf

Browse files
committed
Update install instructions for et
1 parent 072d5a8 commit df2fedf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

torchchat/utils/scripts/install_utils.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ 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 --pybind off
91+
bash ./install_executorch.sh --pybind off
9292
else
9393
echo "Installing pybind"
94-
bash ./install_requirements.sh --pybind xnnpack
94+
bash ./install_executorch.sh --pybind xnnpack
9595
fi
9696

9797
# TODO: figure out the root cause of 'AttributeError: module 'evaluate'

0 commit comments

Comments
 (0)