remote tests are functional!

This commit is contained in:
Ashwin Bharambe 2024-11-12 19:17:58 -08:00
parent 8b7be87bec
commit 0121114a5d
5 changed files with 93 additions and 89 deletions

View file

@ -87,13 +87,10 @@ class CommonRoutingTableImpl(RoutingTable):
p.model_store = self
elif api == Api.safety:
p.shield_store = self
elif api == Api.memory:
p.memory_bank_store = self
elif api == Api.datasetio:
p.dataset_store = self
elif api == Api.scoring:
p.scoring_function_store = self
scoring_functions = await p.list_scoring_functions()