mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
Update src/llama_stack/cli/stack/run.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
a8bc99408c
commit
4a75f10758
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ class StackRun(Subcommand):
|
|||
gunicorn_command.extend(["--ca-certs", uvicorn_config["ssl_ca_certs"]])
|
||||
|
||||
# Add the application
|
||||
gunicorn_command.append("llama_stack.core.server.server:create_app()")
|
||||
gunicorn_command.append("llama_stack.core.server.server:create_app")
|
||||
|
||||
# Log comprehensive configuration
|
||||
logger.info(f"Starting Gunicorn server with {num_workers} workers on {bind_address}...")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue