mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 11:09:47 +00:00
temp commit
This commit is contained in:
parent
8efe33646d
commit
de44af1501
9 changed files with 153 additions and 53 deletions
|
|
@ -90,6 +90,7 @@ class InferenceRouter(Inference):
|
|||
metadata: Optional[Dict[str, Any]] = None,
|
||||
model_type: Optional[ModelType] = None,
|
||||
) -> None:
|
||||
print("inference router")
|
||||
await self.routing_table.register_model(
|
||||
model_id, provider_model_id, provider_id, metadata, model_type
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue