diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9d70d22426..545c7899aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.9 + rev: v0.14.10 hooks: - id: ruff args: 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