mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 06:29:47 +00:00
temp commit
This commit is contained in:
parent
de44af1501
commit
35b1a6f2dc
7 changed files with 54 additions and 113 deletions
|
|
@ -74,6 +74,7 @@ class InferenceRouter(Inference):
|
|||
self,
|
||||
routing_table: RoutingTable,
|
||||
) -> None:
|
||||
print("InferenceRouter init")
|
||||
self.routing_table = routing_table
|
||||
|
||||
async def initialize(self) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue