This commit is contained in:
Ashwin Bharambe 2024-09-22 15:33:14 -07:00
parent e1966b90d9
commit 4d5ca49eed

View file

@ -29,4 +29,4 @@ class Models(Protocol):
async def list_models(self) -> List[ModelServingSpec]: ... async def list_models(self) -> List[ModelServingSpec]: ...
@webmethod(route="/models/get", method="GET") @webmethod(route="/models/get", method="GET")
async def get_model(self, core_model_id: str) -> Optional[ModelsGetResponse]: ... async def get_model(self, core_model_id: str) -> Optional[ModelServingSpec]: ...