From: Georgi Gerganov Date: Wed, 24 Apr 2024 11:56:30 +0000 (+0300) Subject: models : disable old script (#2079) X-Git-Tag: upstream/1.7.4~829 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=858452d58dba3acdc3431c9bced2bb8cfd9bf418;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp models : disable old script (#2079) --- diff --git a/models/download-coreml-model.sh b/models/download-coreml-model.sh index 83f2b238..405b355e 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.