mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-15 18:33:09 +00:00
Added remaining files
This commit is contained in:
parent
46795b9bbf
commit
8e213e049c
4 changed files with 7 additions and 7 deletions
|
|
@ -36,8 +36,8 @@ async def memory_settings():
|
|||
Api.memory,
|
||||
)
|
||||
return {
|
||||
"memory_impl": impls['impls'][Api.memory],
|
||||
"memory_banks_impl": impls['impls'][Api.memory_banks],
|
||||
"memory_impl": impls[Api.memory],
|
||||
"memory_banks_impl": impls[Api.memory_banks],
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue