mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 06:53:47 +00:00
remove auto discovery
This commit is contained in:
parent
f1a2996812
commit
4206f07ada
4 changed files with 25 additions and 12 deletions
|
@ -90,8 +90,6 @@ class CommonRoutingTableImpl(RoutingTable):
|
|||
|
||||
elif api == Api.memory:
|
||||
p.memory_bank_store = self
|
||||
memory_banks = await p.list_memory_banks()
|
||||
await add_objects(memory_banks, pid, None)
|
||||
|
||||
elif api == Api.datasetio:
|
||||
p.dataset_store = self
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue