From 1c4efa6c3d7be7dd94fa258a2d2da3d7c548a563 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 06:54:49 +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 0dde135fd4..c222b43a9f 100644 --- a/studio/backend/core/inference/llama_cpp.py +++ b/studio/backend/core/inference/llama_cpp.py @@ -716,7 +716,9 @@ class LlamaCppBackend: try: result = subprocess.run( ["pgrep", "-f", "llama-server"], - capture_output = True, text = True, timeout = 5, + capture_output = True, + text = True, + timeout = 5, ) if result.returncode != 0: return