Skip to content

Commit 714ab26

Browse files
committed
coreml : set -e in generate-coreml-interface.sh [no ci]
The commit sets the -e flag in the generate-coreml-interface.sh script to make sure the script fails if any command fails.
1 parent 91481fb commit 714ab26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

models/generate-coreml-interface.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
# - src/coreml/whisper-decoder-impl.h and src/coreml/whisper-decoder-impl.m
66
#
77

8+
set -e
9+
810
wd=$(dirname "$0")
911
cd "$wd/../" || exit
1012

0 commit comments

Comments
 (0)