[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
c59f028150
commit
1c4efa6c3d
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue