mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 10:23:52 +00:00
remove the build dep from project.toml file and insert into module-specific registry
This commit is contained in:
parent
0ca6139d87
commit
3f3fefa143
5 changed files with 19 additions and 41 deletions
|
|
@ -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=[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue