Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Kæraa Lücke <larsklucke@gmail.com>
Signed-off-by: Lars K.L <larsklucke@gmail.com>
Signed-off-by: Lars K.L. <larsklucke@gmail.com>
  • Loading branch information
WP-LKL committed Feb 14, 2024
1 parent a030e40 commit e88dfa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/deployment/index.rst
Expand Up @@ -15,7 +15,7 @@ This process can be complex, but MLflow simplifies it by offering an easy toolse

By using MLflow deployment toolset, you can enjoy the following benefits:

- **Effortless Deployment**: MLflow provides a simple interface for deploying models to various targets, eliminating the need to write boilorplate code.
- **Effortless Deployment**: MLflow provides a simple interface for deploying models to various targets, eliminating the need to write boilerplate code.
- **Dependency and Environment Management**: MLflow ensures that the deployment environment mirrors the training environment, capturing all dependencies. This guarantees that models run consistently, regardless of where they're deployed.
- **Packaging Models and Code**: With MLflow, not just the model, but any supplementary code and configurations are packaged along with the deployment container. This ensures that the model can be executed seamlessly without any missing components.
- **Avoid Vendor Lock-in**: MLflow provides a standard format for packaging models and unified APIs for deployment. You can easily switch between deployment targets without having to rewrite your code.
Expand Down Expand Up @@ -170,4 +170,4 @@ Almost all functionalities available in MLflow deployment can also be accessed v
FAQ
---
If you encounter any dependency issues during model deployment, please refer to :ref:`Model Dependencies FAQ <model-dependencies-troubleshooting>`
for guidance on how to troubleshoot and validate fixes.
for guidance on how to troubleshoot and validate fixes.

0 comments on commit e88dfa1

Please sign in to comment.