Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Indicate which model-runtime proto SPI rpcs are optional (#50)
#### Motivation In the model server gRPC service provider interface, implementation of the `predictModelSize` RPC is optional, and `modelSize` doesn't need to be implemented if sizes are always returned in the `loadModel` response. This is documented in the [modelmesh docs](https://github.com/kserve/modelmesh-serving/blob/main/docs/runtimes/custom_runtimes.md#model-sizing) but not in the comments of the service .proto file. #### Modifications Add appropriate wording to doc comments in the `model-runtime.proto` file to convey the fact these rpcs aren't required. #### Result Clearer docs Signed-off-by: Nick Hill <nickhill@us.ibm.com> Signed-off-by: Nick Hill <nickhill@us.ibm.com>
- Loading branch information