We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f85e1d commit 858452dCopy full SHA for 858452d
models/download-coreml-model.sh
@@ -1,5 +1,8 @@
1
#!/bin/sh
2
3
+printf "whisper.cpp: this script hasn't been maintained and is not functional atm\n"
4
+exit 1
5
+
6
# This script downloads Whisper model files that have already been converted to Core ML format.
7
# This way you don't have to convert them yourself.
8
0 commit comments