]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
models : disable old script (#2079)
authorGeorgi Gerganov <redacted>
Wed, 24 Apr 2024 11:56:30 +0000 (14:56 +0300)
committerGeorgi Gerganov <redacted>
Wed, 24 Apr 2024 11:56:30 +0000 (14:56 +0300)
models/download-coreml-model.sh

index 83f2b238e940f95ff18d9286558e71ea030184c1..405b355ea02c2e63bb6faa8cf422b99cf163abd7 100755 (executable)
@@ -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.