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