From dfcbb8ac2667dd217cd857190cbac9e0a1b65147 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 3 Dec 2024 16:40:43 -0800 Subject: [PATCH] Update save.py --- unsloth/save.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsloth/save.py b/unsloth/save.py index 8b06e3801a..1202614232 100644 --- a/unsloth/save.py +++ b/unsloth/save.py @@ -841,7 +841,7 @@ def install_llama_cpp_old(version = -10): print( "**[WARNING]** You have a llama.cpp directory which is broken.\n"\ "Unsloth will DELETE the broken directory and install a new one.\n"\ - "Press CTRL + C / cancel this if this is wrong. We shall wait 10 seconds.\n" + "Press CTRL + C / cancel this if this is wrong. We shall wait 30 seconds.\n" ) import time for i in range(30):