From 5041f9f1242f77df6f19eb573b36e07133687e4e Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 3 Dec 2024 16:34:15 -0800 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 7b20b53704..c1207d1788 100644 --- a/unsloth/save.py +++ b/unsloth/save.py @@ -782,8 +782,8 @@ def install_llama_cpp_make_non_blocking(): "--config", "Release", "-j"+str(n_jobs), "--clean-first", - "--target", " ".join(LLAMA_CPP_TARGETS), - ] + "--target", + ] + LLAMA_CPP_TARGETS IS_CMAKE = True pass # https://github.com/ggerganov/llama.cpp/issues/7062