mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 20:14:13 +00:00
llama distribution -> llama stack + containers (WIP)
This commit is contained in:
parent
45987996c4
commit
fd3b65b718
16 changed files with 204 additions and 80 deletions
|
@ -75,7 +75,7 @@ class ApiStart(Subcommand):
|
|||
config.conda_env,
|
||||
]
|
||||
|
||||
run_args.extend(["--yaml_config", str(config_file), "--port", str(args.port)])
|
||||
run_args.extend([str(config_file), str(args.port)])
|
||||
if args.disable_ipv6:
|
||||
run_args.append("--disable-ipv6")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue