fix tests
This commit is contained in:
parent
7560ecb32d
commit
a533aac16e
1 changed files with 1 additions and 0 deletions
|
@ -1387,6 +1387,7 @@ def start_server_background(context):
|
|||
context.server_path = os.environ['LLAMA_SERVER_BIN_PATH']
|
||||
server_listen_addr = context.server_fqdn
|
||||
server_args = [
|
||||
'--slots', # requires to get slot status via /slots endpoint
|
||||
'--host', server_listen_addr,
|
||||
'--port', context.server_port,
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue