Skip to content

Commit

Permalink
Update mlrun.md (#3251)
Browse files Browse the repository at this point in the history
The URL is targeted towards a landing page for the MLRun Serving.

After the release of version 0.10.x, there is no more landing index.html page as such : https://docs.mlrun.org/en/latest/serving/index.html

The last one was in version 0.9.x: https://docs.mlrun.org/en/v0.9.3/serving/index.html

So I'm suggesting to changing it to: https://docs.mlrun.org/en/latest/serving/build-graph-model-serving.html
  • Loading branch information
mohamadmansourX authored Jul 29, 2022
1 parent 63d72fe commit ee744e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/external-add-ons/serving/mlrun.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ weight = 45
+++


[MLRun serving](https://docs.mlrun.org/en/latest/serving/index.html) graphs allow you to build, test, deploy, and monitor real-time data processing and advanced model serving pipelines with minimal effort.
[MLRun serving](https://docs.mlrun.org/en/latest/serving/build-graph-model-serving.html) graphs allow you to build, test, deploy, and monitor real-time data processing and advanced model serving pipelines with minimal effort.
MLRun Serving is built on top of the real-time serverless framework [Nuclio](https://github.com/nuclio/nuclio), and is API compatible with KFServing v2. MLRun’s serving functions can be deployed automatically using CLI, SDK, or Kubeflow Pipelines (KFP) operations.

With MLRun Serving you compose a graph of steps (composed of pre-defined graph blocks or native python classes/functions).
Expand Down

0 comments on commit ee744e1

Please sign in to comment.