We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7560ecb commit a533aacCopy full SHA for a533aac
examples/server/tests/features/steps/steps.py
@@ -1387,6 +1387,7 @@ def start_server_background(context):
1387
context.server_path = os.environ['LLAMA_SERVER_BIN_PATH']
1388
server_listen_addr = context.server_fqdn
1389
server_args = [
1390
+ '--slots', # requires to get slot status via /slots endpoint
1391
'--host', server_listen_addr,
1392
'--port', context.server_port,
1393
]
0 commit comments