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

@ -108,6 +108,12 @@ class VLLMInferenceImpl(Inference, ModelsProtocolPrivate):
return VLLMSamplingParams(**kwargs)
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,