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