No File Allocation
Why allocate the space for a file we are downloading if there is no chance we run out of space?
This commit is contained in:
parent
e69c76c397
commit
01b4e0f945
|
@ -159,7 +159,7 @@ 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
|
||||
curl -L $aria2 | aria2c -c -i- -d$dloc --user-agent=KoboldAI --file-allocation=none
|
||||
fi
|
||||
|
||||
#Extract the model with 7z
|
||||
|
|
Loading…
Reference in New Issue