mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Use aria2 to download split checkpoints
This commit is contained in:
@@ -162,7 +162,7 @@ if [ "$init" != "skip" ]; then
|
||||
fi
|
||||
|
||||
# Make sure Colab has the system dependencies
|
||||
sudo apt install netbase -y
|
||||
sudo apt install netbase aria2 -y
|
||||
npm install -g localtunnel
|
||||
fi
|
||||
|
||||
@@ -186,7 +186,6 @@ fi
|
||||
|
||||
#Download routine for Aria2c scripts
|
||||
if [ ! -z ${aria2+x} ]; then
|
||||
apt install aria2 -y
|
||||
curl -L $aria2 | aria2c -c -i- -d$dloc --user-agent=KoboldAI --file-allocation=none
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user