mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-27 23:31:59 +00:00
chore(refact)!: simplify config management
We are dropping configuration via CLI flag almost entirely. If any server configuration has to be tweak it must be done through the server section in the run.yaml. This is unfortunately a breaking change for whover was using: * `--tls-*` * `--disable_ipv6` `--port` stays around and get a special treatment since we believe, it's common for user dev to change port for quick experimentations. Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
664161c462
commit
98db4a226f
37 changed files with 41 additions and 37 deletions
|
|
@ -75,4 +75,5 @@ jobs:
|
|||
fi
|
||||
done
|
||||
echo "Provider failed to load"
|
||||
cat server.log
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue