mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-16 09:32:36 +00:00
fix: enable telemetry for all distros
telemetry should be enabled for all distros (for now) for feature parity Signed-off-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
parent
f22aaef42f
commit
85857c09f1
15 changed files with 28 additions and 1 deletions
|
|
@ -26,6 +26,7 @@ from llama_stack.apis.safety import Safety
|
|||
from llama_stack.apis.scoring import Scoring
|
||||
from llama_stack.apis.scoring_functions import ScoringFunctions
|
||||
from llama_stack.apis.shields import Shields
|
||||
from llama_stack.apis.telemetry import Telemetry
|
||||
from llama_stack.apis.tools import ToolGroups, ToolRuntime
|
||||
from llama_stack.apis.vector_io import VectorIO
|
||||
from llama_stack.apis.version import LLAMA_STACK_API_V1ALPHA
|
||||
|
|
@ -87,6 +88,7 @@ def api_protocol_map(external_apis: dict[Api, ExternalApiSpec] | None = None) ->
|
|||
Api.scoring: Scoring,
|
||||
Api.scoring_functions: ScoringFunctions,
|
||||
Api.eval: Eval,
|
||||
Api.telemetry: Telemetry,
|
||||
Api.benchmarks: Benchmarks,
|
||||
Api.post_training: PostTraining,
|
||||
Api.tool_groups: ToolGroups,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue