From 691b5d129f53e295a392914ffa41049a02b294d6 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 23 Dec 2025 00:55:06 -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 24303aba52..f9c677f5f7 100644 --- a/unsloth/save.py +++ b/unsloth/save.py @@ -69,8 +69,8 @@ __all__ = [ # llama.cpp specific targets - all takes 90s. Below takes 60s LLAMA_CPP_TARGETS = [ "llama-quantize", - "llama-export-lora", "llama-cli", + "llama-server", ] # Check environments