Skip to content

Commit

Permalink
fix(docs): fix a dead link to InferenceService CRD (#426)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Wang <[email protected]>
  • Loading branch information
whynowy authored Nov 22, 2024
1 parent f7d443d commit d551c91
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/modelserving/mms/modelmesh/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ System-wide configuration parameters can be set by [creating a ConfigMap](https:
Note that the integration of KServe with ModelMesh is still in an alpha stage and there are still features like explainers that do not yet work when deploying on ModelMesh.

In any case, ModelMesh Serving supports deploying models using KServe's
[InferenceService interface](https://github.com/kserve/kserve/blob/master/config/crd/serving.kserve.io_inferenceservices.yaml). ModelMesh Serving also supports transformer use cases in which the transformers and predictors are separately deployed by KServe and ModelMesh controllers. An example of ModelMesh transformer can be found [here](https://github.com/kserve/kserve/blob/master/docs/samples/v1beta1/transformer/feast).
[InferenceService interface](https://github.com/kserve/kserve/blob/master/config/crd/full/serving.kserve.io_inferenceservices.yaml). ModelMesh Serving also supports transformer use cases in which the transformers and predictors are separately deployed by KServe and ModelMesh controllers. An example of ModelMesh transformer can be found [here](https://github.com/kserve/kserve/blob/master/docs/samples/v1beta1/transformer/feast).

While ModelMesh Serving can handle both its original `Predictor` CRD and the KServe `InferenceService` CRD, there is work being done to
eventually have both KServe and ModelMesh converge on the usage of `InferenceService` CRD.
Expand All @@ -60,5 +60,3 @@ For installation instructions check out [here](../../../admin/modelmesh.md).
## Learn more

To learn more about ModelMesh, check out the [documentation](https://github.com/kserve/modelmesh-serving/tree/main/docs).


0 comments on commit d551c91

Please sign in to comment.