mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-25 20:48:03 +00:00
using the new template.py, regenerate all distros and their new provider configs Signed-off-by: Charlie Doern <cdoern@redhat.com>
3 lines
193 B
YAML
3 lines
193 B
YAML
service_name: "${env.OTEL_SERVICE_NAME:=\u200B}"
|
|
sinks: ${env.TELEMETRY_SINKS:=console,sqlite}
|
|
sqlite_db_path: ${env.SQLITE_STORE_DIR:=~/.llama/distributions/meta-reference-gpu}/trace_store.db
|