From f17014facf1487a891cabb545dac530dc2c73280 Mon Sep 17 00:00:00 2001 From: Yuhan Guo Date: Mon, 10 Mar 2025 16:52:36 -0700 Subject: [PATCH] Fix install ET without pybind --- torchchat/utils/scripts/install_et.sh | 2 +- torchchat/utils/scripts/install_utils.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/torchchat/utils/scripts/install_et.sh b/torchchat/utils/scripts/install_et.sh index 8062a8316..da4b09412 100755 --- a/torchchat/utils/scripts/install_et.sh +++ b/torchchat/utils/scripts/install_et.sh @@ -5,7 +5,7 @@ # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. -set -ex pipefail +set -exo pipefail source "$(dirname "${BASH_SOURCE[0]}")/install_utils.sh" diff --git a/torchchat/utils/scripts/install_utils.sh b/torchchat/utils/scripts/install_utils.sh index 83b412be0..b047ec694 100644 --- a/torchchat/utils/scripts/install_utils.sh +++ b/torchchat/utils/scripts/install_utils.sh @@ -5,7 +5,7 @@ # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. -set -ex pipefail +set -exo pipefail if [ -z "$TORCHCHAT_ROOT" ]; then # Get the absolute path of the current script