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 91481fb commit 714ab26Copy full SHA for 714ab26
models/generate-coreml-interface.sh
@@ -5,6 +5,8 @@
5
# - src/coreml/whisper-decoder-impl.h and src/coreml/whisper-decoder-impl.m
6
#
7
8
+set -e
9
+
10
wd=$(dirname "$0")
11
cd "$wd/../" || exit
12
0 commit comments