Merge branch 'meta-llama:main' into local_qdrant

This commit is contained in:
Daniele Martinoli 2025-03-17 09:08:00 +01:00 committed by GitHub
commit c5b720851a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 1710 additions and 117 deletions

View file

@ -14,7 +14,7 @@ def available_providers() -> List[ProviderSpec]:
InlineProviderSpec(
api=Api.eval,
provider_type="inline::meta-reference",
pip_packages=[],
pip_packages=["tree_sitter"],
module="llama_stack.providers.inline.eval.meta_reference",
config_class="llama_stack.providers.inline.eval.meta_reference.MetaReferenceEvalConfig",
api_dependencies=[