mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 23:51:00 +00:00
remove auto discovery
This commit is contained in:
parent
f8e39ae873
commit
f5ea666a6e
1 changed files with 0 additions and 2 deletions
|
@ -97,8 +97,6 @@ class CommonRoutingTableImpl(RoutingTable):
|
|||
|
||||
elif api == Api.datasetio:
|
||||
p.dataset_store = self
|
||||
datasets = await p.list_datasets()
|
||||
await add_objects(datasets, pid, Dataset)
|
||||
|
||||
elif api == Api.scoring:
|
||||
p.scoring_function_store = self
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue