temp commit

This commit is contained in:
Botao Chen 2024-12-16 16:44:15 -08:00
parent de44af1501
commit 35b1a6f2dc
7 changed files with 54 additions and 113 deletions

View file

@ -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: