Skip to content

Commit cbbbf50

Browse files
silverguoYuhan Guo
and
Yuhan Guo
authored
Fix install ET without pybind (#1509)
Co-authored-by: Yuhan Guo <[email protected]>
1 parent e5cf6e5 commit cbbbf50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: torchchat/utils/scripts/install_et.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This source code is licensed under the BSD-style license found in the
66
# LICENSE file in the root directory of this source tree.
77

8-
set -ex pipefail
8+
set -exo pipefail
99

1010
source "$(dirname "${BASH_SOURCE[0]}")/install_utils.sh"
1111

Diff for: torchchat/utils/scripts/install_utils.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This source code is licensed under the BSD-style license found in the
66
# LICENSE file in the root directory of this source tree.
77

8-
set -ex pipefail
8+
set -exo pipefail
99

1010
if [ -z "$TORCHCHAT_ROOT" ]; then
1111
# Get the absolute path of the current script

0 commit comments

Comments
 (0)