Metadata-Version: 2.1
Name: mlserver-mlflow
Version: 0.6.0.dev0
Summary: MLflow runtime for MLServer
Home-page: https://github.com/SeldonIO/MLServer.git
Author: Seldon Technologies Ltd.
Author-email: hello@seldon.io
License: Apache 2.0
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# MLflow runtime for MLServer

This package provides a MLServer runtime compatible with [MLflow
models](https://www.mlflow.org/docs/latest/models.html).

## Usage

You can install the runtime, alongside `mlserver`, as:

```bash
pip install mlserver mlserver-mlflow
```


