mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
chore: split routers into individual files (datasets) (#2249)
This commit is contained in:
parent
a2160dc0af
commit
ae7272d8ff
3 changed files with 72 additions and 60 deletions
|
@ -50,8 +50,8 @@ async def get_routing_table_impl(
|
|||
async def get_auto_router_impl(
|
||||
api: Api, routing_table: RoutingTable, deps: dict[str, Any], run_config: StackRunConfig
|
||||
) -> Any:
|
||||
from .datasets import DatasetIORouter
|
||||
from .routers import (
|
||||
DatasetIORouter,
|
||||
EvalRouter,
|
||||
InferenceRouter,
|
||||
ScoringRouter,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue