remove the build dep from project.toml file and insert into module-specific registry

This commit is contained in:
Yang Yang 2025-03-13 14:23:35 -07:00
parent 0ca6139d87
commit 3f3fefa143
5 changed files with 19 additions and 41 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=[