Skip to content

Commit

Permalink
update serv
Browse files Browse the repository at this point in the history
  • Loading branch information
valentincuzin committed Jan 20, 2025
1 parent 9e8ba59 commit 35810d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/LLM/ServerVideoLVLM.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ def _execute_ollama_stop(model: str):
["ollama", "stop", model], capture_output=True, text=True, check=True
)
output = result.stdout
print("stdout 'ollama stop':")
print(output)

except subprocess.CalledProcessError as e:
print(f"Error : {e}")
Expand Down

0 comments on commit 35810d5

Please sign in to comment.