Spaces:
Sleeping
Sleeping
models : disable old script (#2079)
Browse files
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 |
|