mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-11 19:56:03 +00:00
comment
This commit is contained in:
parent
2228898258
commit
959d64ee92
1 changed files with 1 additions and 0 deletions
|
|
@ -230,6 +230,7 @@ def instantiate_llama_stack_client(session):
|
||||||
|
|
||||||
force_restart = os.environ.get("LLAMA_STACK_TEST_FORCE_SERVER_RESTART") == "1"
|
force_restart = os.environ.get("LLAMA_STACK_TEST_FORCE_SERVER_RESTART") == "1"
|
||||||
if force_restart:
|
if force_restart:
|
||||||
|
print(f"Forcing restart of the server on port {port}")
|
||||||
stop_server_on_port(port)
|
stop_server_on_port(port)
|
||||||
|
|
||||||
# Check if port is available
|
# Check if port is available
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue