llama-stack-mirror/llama_stack/templates/hf-serverless
Sébastien Han 6371bb1b33
chore(refact)!: simplify config management (#1105)
# What does this PR do?

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.

Closes: https://github.com/meta-llama/llama-stack/issues/1076

## Test Plan

Simply do `llama stack run <config>` nothing should break :)

Signed-off-by: Sébastien Han <seb@redhat.com>
2025-05-07 09:18:12 -07:00
..
__init__.py Update more distribution docs to be simpler and partially codegen'ed 2024-11-20 22:03:44 -08:00
build.yaml fix: remove code interpeter implementation (#2087) 2025-05-01 14:35:08 -07:00
hf_serverless.py fix: remove code interpeter implementation (#2087) 2025-05-01 14:35:08 -07:00
run-with-safety.yaml chore(refact)!: simplify config management (#1105) 2025-05-07 09:18:12 -07:00
run.yaml chore(refact)!: simplify config management (#1105) 2025-05-07 09:18:12 -07:00