diff --git a/models/download-coreml-model.sh b/models/download-coreml-model.sh index 83f2b23..405b355 100755 --- a/models/download-coreml-model.sh +++ b/models/download-coreml-model.sh @@ -1,5 +1,8 @@ #!/bin/sh +printf "whisper.cpp: this script hasn't been maintained and is not functional atm\n" +exit 1 + # This script downloads Whisper model files that have already been converted to Core ML format. # This way you don't have to convert them yourself.