forked from phoenix-oss/llama-stack-mirror
fix precommit
This commit is contained in:
parent
5038f0e376
commit
81bc051411
1 changed files with 4 additions and 6 deletions
|
@ -23,14 +23,12 @@ def available_providers() -> List[ProviderSpec]:
|
||||||
]
|
]
|
||||||
+ kvstore_dependencies(),
|
+ kvstore_dependencies(),
|
||||||
module="llama_stack.providers.inline.evaluation.meta_reference",
|
module="llama_stack.providers.inline.evaluation.meta_reference",
|
||||||
config_class="llama_stack.providers.inline.evaluation.meta_reference.MetaReferenceEvaluationImplConfig",
|
config_class="llama_stack.providers.inline.evaluation.meta_reference.MetaReferenceEvaluationConfig",
|
||||||
api_dependencies=[
|
api_dependencies=[
|
||||||
Api.inference,
|
Api.inference,
|
||||||
Api.safety,
|
Api.agents,
|
||||||
Api.vector_io,
|
Api.datasets,
|
||||||
Api.vector_dbs,
|
Api.datasetio,
|
||||||
Api.tool_runtime,
|
|
||||||
Api.tool_groups,
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue