mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-02-23 13:41:15 +01:00
models : disable old script (#2079)
This commit is contained in:
parent
7f85e1d7fd
commit
858452d58d
@ -1,5 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/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 script downloads Whisper model files that have already been converted to Core ML format.
|
||||||
# This way you don't have to convert them yourself.
|
# This way you don't have to convert them yourself.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user