This commit is contained in:
Xi Yan 2025-03-18 21:55:06 -07:00
parent b3060ce8a1
commit 583de3d80c
3 changed files with 6 additions and 11 deletions

View file

@ -106,7 +106,7 @@ class CommonRoutingTableImpl(RoutingTable):
await self.dist_registry.register(obj)
# Register all objects from providers
for pid, p in self.impls_by_provider_id.items():
for _pid, p in self.impls_by_provider_id.items():
api = get_impl_api(p)
if api == Api.inference:
p.model_store = self