whisper.cpp / models / download-ggml-model.sh download-ggml-model.sh2.85 KB 一键复制编辑原始数据按行查看历史 Michael Rienstra提交于12个月前.docs : make model options / model install methods clearer (#1806) 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061...
convert-pt-to-ggml.py convert-whisper-to-coreml.py download-coreml-model.sh download-ggml-model.cmd download-ggml-model.sh for-tests-ggml-base.bin for-tests-ggml-base.en.bin for-tests-ggml-large.bin for-tests-ggml-medium.bin for-tests-ggml-medium.en.bin for-te...
else printf "Either wget or curl is required to download models.\n" exit 1 fi if [ $? -ne 0 ]; then printf "Failed to download ggml model $model \n" printf "Please try again later or download the original Whisper model files and convert them yourself.\n" exit 1 ...
else printf "Either wget or curl is required to download models.\n" exit 1 fi if [ $? -ne 0 ]; then printf "Failed to download ggml model $model \n" printf "Please try again later or download the original Whisper model files and convert them yourself.\n" exit 1 ...
else printf "Either wget or curl is required to download models.\n" exit 1 fi if [ $? -ne 0 ]; then printf "Failed to download ggml model $model \n" printf "Please try again later or download the original Whisper model files and convert them yourself.\n" exit 1...