From 236604fdc2e067d91b57df0e7b546bdfb43726c8 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 3 Dec 2024 16:59:56 -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 f7098aea12..02619b2341 100644 --- a/unsloth/save.py +++ b/unsloth/save.py @@ -1031,7 +1031,7 @@ def save_to_gguf( if quantize_location is not None and convert_location is not None: print("Unsloth: llama.cpp found in the system. We shall skip installation.") else: - print("Unsloth: [0] Installing llama.cpp. This will take 3 minutes...") + print("Unsloth: Installing llama.cpp. This will take 3 minutes...") if _run_installer is not None: _run_installer, IS_CMAKE = _run_installer