Skip to content

Commit

Permalink
Deployed d551c91 to master with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 22, 2024
1 parent 6755e24 commit 4d1d785
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 183 deletions.
2 changes: 1 addition & 1 deletion master/modelserving/mms/modelmesh/overview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@ <h3 id="model-serving-runtimes">Model Serving Runtimes<a class="headerlink" href
<h2 id="kserve-integration">KServe integration<a class="headerlink" href="#kserve-integration" title="Permanent link"></a></h2>
<p>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.</p>
<p>In any case, ModelMesh Serving supports deploying models using KServe's
<a href="https://github.com/kserve/kserve/blob/master/config/crd/serving.kserve.io_inferenceservices.yaml">InferenceService interface</a>. 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 <a href="https://github.com/kserve/kserve/blob/master/docs/samples/v1beta1/transformer/feast">here</a>.</p>
<a href="https://github.com/kserve/kserve/blob/master/config/crd/full/serving.kserve.io_inferenceservices.yaml">InferenceService interface</a>. 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 <a href="https://github.com/kserve/kserve/blob/master/docs/samples/v1beta1/transformer/feast">here</a>.</p>
<p>While ModelMesh Serving can handle both its original <code>Predictor</code> CRD and the KServe <code>InferenceService</code> CRD, there is work being done to
eventually have both KServe and ModelMesh converge on the usage of <code>InferenceService</code> CRD.</p>
<h2 id="install">Install<a class="headerlink" href="#install" title="Permanent link"></a></h2>
Expand Down
Loading

0 comments on commit 4d1d785

Please sign in to comment.