From d526db9065b25f15e19ce60a954e2e663d087473 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 07:28:18 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- studio/backend/core/inference/llama_cpp.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/studio/backend/core/inference/llama_cpp.py b/studio/backend/core/inference/llama_cpp.py index 43f9452c6e..e21e4dde16 100644 --- a/studio/backend/core/inference/llama_cpp.py +++ b/studio/backend/core/inference/llama_cpp.py @@ -6486,7 +6486,9 @@ class LlamaCppBackend: self._kill_process() # Fallback exhausted: now memo the original scheduler abort. if _was_sched_abort: - LlamaCppBackend._record_sched_reserve_abort(binary, _abort_memo_model) + LlamaCppBackend._record_sched_reserve_abort( + binary, _abort_memo_model + ) raise RuntimeError( "Vision projector incompatible with this llama.cpp " "build, and the text-only retry also failed: "