mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 03:33:54 +00:00
currently if you have a run yaml without telemetry the following error is hit:
TypeError: TelemetryAdapter.__init__() missing 1 required positional argument: 'deps'
this is because the TelemetryAdapter requires a deps arg to be passed. Pass {} to avoid errors.
Signed-off-by: Charlie Doern <cdoern@redhat.com>
|
||
|---|---|---|
| .. | ||
| apis | ||
| cli | ||
| distribution | ||
| models/llama | ||
| providers | ||
| strong_typing | ||
| templates | ||
| __init__.py | ||
| env.py | ||
| log.py | ||
| schema_utils.py | ||