Skip to content

Commit 858452d

Browse files
committed
models : disable old script (#2079)
1 parent 7f85e1d commit 858452d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

models/download-coreml-model.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/sh
22

3+
printf "whisper.cpp: this script hasn't been maintained and is not functional atm\n"
4+
exit 1
5+
36
# This script downloads Whisper model files that have already been converted to Core ML format.
47
# This way you don't have to convert them yourself.
58

0 commit comments

Comments
 (0)