From 858452d58dba3acdc3431c9bced2bb8cfd9bf418 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Wed, 24 Apr 2024 14:56:30 +0300 Subject: [PATCH] models : disable old script (#2079) --- models/download-coreml-model.sh | 3 +++ 1 file changed, 3 insertions(+) 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.