ggerganov commited on
Commit
dfabe35
·
unverified ·
1 Parent(s): 5ddb20b

models : disable old script (#2079)

Browse files
Files changed (1) hide show
  1. models/download-coreml-model.sh +3 -0
models/download-coreml-model.sh CHANGED
@@ -1,5 +1,8 @@
1
  #!/bin/sh
2
 
 
 
 
3
  # This script downloads Whisper model files that have already been converted to Core ML format.
4
  # This way you don't have to convert them yourself.
5
 
 
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