mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 06:53:47 +00:00
dataset client
This commit is contained in:
parent
c5db025320
commit
bb43369521
6 changed files with 156 additions and 10 deletions
|
@ -130,12 +130,6 @@ async def resolve_impls(run_config: StackRunConfig) -> Dict[Api, Any]:
|
|||
)
|
||||
}
|
||||
|
||||
if info.router_api.value == "scoring":
|
||||
print("SCORING API")
|
||||
|
||||
# p = all_api_providers[api][provider.provider_type]
|
||||
# p.deps__ = [a.value for a in p.api_dependencies]
|
||||
|
||||
providers_with_specs[info.router_api.value] = {
|
||||
"__builtin__": ProviderWithSpec(
|
||||
provider_id="__autorouted__",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue