From bdf16d7a3c6a7b70f1dff035783f790ee6936190 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sun, 5 Nov 2023 22:13:22 +0800 Subject: [PATCH] aria2 needs to show more info --- colab.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colab.ipynb b/colab.ipynb index 0f77f5ee0..52f3078d9 100644 --- a/colab.ipynb +++ b/colab.ipynb @@ -67,7 +67,7 @@ "!test -f koboldcpp_cublas.so && echo Build Skipped || make koboldcpp_cublas LLAMA_CUBLAS=1\r\n", "!cp koboldcpp_cublas.so koboldcpp_cublas.dat\r\n", "!apt install aria2 -y\r\n", - "!aria2c -x 10 -o model.ggml --allow-overwrite=true --file-allocation=none $Model\r\n", + "!aria2c -x 10 -o model.ggml --summary-interval=3 --download-result=full --allow-overwrite=true --file-allocation=none $Model\r\n", "!python koboldcpp.py model.ggml --usecublas 0 mmq --multiuser --gpulayers $Layers --contextsize $ContextSize --hordeconfig concedo 1 1 --remotetunnel\r\n" ] }