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