Proto commits in kserve/modelmesh-serving

These 3 commits are when the Protocol Buffers files have changed:

Commit:ff0d455
Author:Rafael Vasquez
Committer:GitHub

test: Add TorchServe FVT (#294) #### Motivation Support for TorchServe was added in #250 and https://github.com/kserve/modelmesh-runtime-adapter/pull/34. A test should be added for it as well. #### Modifications - Adds basic FVT for load/inference with a TorchServe MAR model using the native TorchServe gRPC API - Disables OVMS runtime and tests to allow TorchServe to be tested due to resource constraints #### Result Closes #280 Signed-off-by: Rafael Vasquez <raf.vasquez@ibm.com>

The documentation is generated from this commit.

Commit:c79fa0a
Author:Nick Hill
Committer:GitHub

doc: Sync updated model-runtime.proto file from modelmesh repo (#203) #### Motivation The docs dir in this repo contains a copy of the `model-runtime.proto` service definition from the model-mesh repo. It was [recently updated](https://github.com/kserve/modelmesh/pull/50) with clearer comments for a couple of the RPC methods. #### Modifications Sync the latest version to this repo. Signed-off-by: Nick Hill <nickhill@us.ibm.com> Signed-off-by: Nick Hill <nickhill@us.ibm.com>

Commit:c058fb8
Author:kserve-oss-bot

Initial OSS code drop