Also enable aria2 downloading for non-sharded checkpoints

This commit is contained in:
Gnome Ann
2022-05-10 22:43:41 -04:00
parent e115bb68e4
commit c1ef20bcff
2 changed files with 9 additions and 9 deletions

View File

@ -186,7 +186,7 @@ fi
#Download routine for Aria2c scripts
if [ ! -z ${aria2+x} ]; then
curl -L $aria2 | aria2c -c -i- -d$dloc --user-agent=KoboldAI --file-allocation=none
curl -L $aria2 | aria2c -x 10 -s 10 -j 10 -c -i- -d$dloc --user-agent=KoboldAI --file-allocation=none
fi
#Extract the model with 7z