[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-03-15 06:54:49 +00:00 committed by Daniel Han
commit 1c4efa6c3d

View file

@ -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