mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Also enable aria2 downloading for non-sharded checkpoints
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user