mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
update dependencies and rely on LLAMA_TOOLCHAIN_DIR for dev purposes
This commit is contained in:
parent
72b20b6f5a
commit
ab856c174c
5 changed files with 11 additions and 8 deletions
0
llama_toolchain/agentic_system/__init__.py
Normal file
0
llama_toolchain/agentic_system/__init__.py
Normal file
|
@ -16,6 +16,7 @@ def available_agentic_system_providers() -> List[ProviderSpec]:
|
|||
provider_id="meta-reference",
|
||||
pip_packages=[
|
||||
"codeshield",
|
||||
"pillow",
|
||||
"torch",
|
||||
"transformers",
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue