mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-20 05:07:52 +00:00
Update download-ggml-model.sh
follow curl redirect to new hosting site
This commit is contained in:
parent
864a78a8d0
commit
55a0e1a64e
@ -64,7 +64,7 @@ fi
|
||||
if [ -x "$(command -v wget)" ]; then
|
||||
wget --quiet --show-progress -O ggml-$model.bin $src/$pfx-$model.bin
|
||||
elif [ -x "$(command -v curl)" ]; then
|
||||
curl --output ggml-$model.bin $src/$pfx-$model.bin
|
||||
curl -L --output ggml-$model.bin $src/$pfx-$model.bin
|
||||
else
|
||||
printf "Either wget or curl is required to download models.\n"
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user