mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 14:49:48 +00:00
move the save to dataset to telemetry
This commit is contained in:
parent
4c78432bc8
commit
f5d427c178
9 changed files with 79 additions and 64 deletions
|
|
@ -18,6 +18,7 @@ def available_providers() -> List[ProviderSpec]:
|
|||
"opentelemetry-sdk",
|
||||
"opentelemetry-exporter-otlp-proto-http",
|
||||
],
|
||||
api_dependencies=[Api.datasetio],
|
||||
module="llama_stack.providers.inline.telemetry.meta_reference",
|
||||
config_class="llama_stack.providers.inline.telemetry.meta_reference.config.TelemetryConfig",
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue