From 01b4e0f945d91799e12bd05f478f762ba3c18de2 Mon Sep 17 00:00:00 2001 From: henk717 Date: Mon, 17 Jan 2022 06:12:53 +0100 Subject: [PATCH] No File Allocation Why allocate the space for a file we are downloading if there is no chance we run out of space? --- colabkobold.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colabkobold.sh b/colabkobold.sh index 56c46e41..3c789199 100644 --- a/colabkobold.sh +++ b/colabkobold.sh @@ -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