From 9e00cc287ad31a45d1ffdd2a0fdfcc59008d2616 Mon Sep 17 00:00:00 2001 From: Daniel Han-Chen Date: Mon, 29 Jan 2024 00:59:29 +1100 Subject: [PATCH] Update save.py --- unsloth/save.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unsloth/save.py b/unsloth/save.py index 4fa03b91d4..0d289bbe55 100644 --- a/unsloth/save.py +++ b/unsloth/save.py @@ -583,7 +583,7 @@ def save_to_gguf( "You do not need to close this Python program. Run the following commands in a new terminal:\n"\ "You must run this in the same folder as you're saving your model.\n"\ "git clone https://github.com/ggerganov/llama.cpp\n"\ - "cd llama.cpp && make clean && LLAMA_CUBLAS=1 make -j\n"\, + "cd llama.cpp && make clean && LLAMA_CUBLAS=1 make -j\n"\ "Once that's done, redo the quantization." ) pass @@ -610,7 +610,7 @@ def save_to_gguf( "You do not need to close this Python program. Run the following commands in a new terminal:\n"\ "You must run this in the same folder as you're saving your model.\n"\ "git clone https://github.com/ggerganov/llama.cpp\n"\ - "cd llama.cpp && make clean && LLAMA_CUBLAS=1 make -j\n"\, + "cd llama.cpp && make clean && LLAMA_CUBLAS=1 make -j\n"\ "Once that's done, redo the quantization." ) pass