From b36abd29127c36dc700b9d021ec95d8b9790d553 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 23:12:00 -0800 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate (#3760) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.9 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.9...v0.14.10) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: From 61a281e9a11122fc61ac73cdbbfe21c376a96491 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 23 Dec 2025 00:55:06 -0800 Subject: [PATCH 2/2] 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