model update and delete for provider

This commit is contained in:
Dinesh Yeduguru 2024-11-14 16:16:44 -08:00
parent e8b699797c
commit 428995286d
7 changed files with 38 additions and 0 deletions

View file

@ -71,6 +71,12 @@ class MetaReferenceInferenceImpl(Inference, ModelRegistryHelper, ModelsProtocolP
f"Model mismatch: {request.model} != {self.model.descriptor()}"
)
async def update_model(self, model: Model) -> None:
pass
async def unregister_model(self, model_id: str) -> None:
pass
async def completion(
self,
model_id: str,