mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 20:14:13 +00:00
add memory_banks
This commit is contained in:
parent
9210ee2c84
commit
21b844c155
3 changed files with 199 additions and 94 deletions
|
@ -49,6 +49,7 @@ from llama_stack.apis.shields import * # noqa: F403
|
|||
|
||||
|
||||
class LlamaStack(
|
||||
MemoryBanks,
|
||||
Inference,
|
||||
BatchInference,
|
||||
Agents,
|
||||
|
@ -61,7 +62,6 @@ class LlamaStack(
|
|||
Memory,
|
||||
Evaluations,
|
||||
Models,
|
||||
MemoryBanks,
|
||||
Shields,
|
||||
):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue