mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 19:00:01 +00:00
delete
This commit is contained in:
parent
b3060ce8a1
commit
583de3d80c
3 changed files with 6 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue