> For the complete documentation index, see [llms.txt](https://docs.seldon.ai/mlserver/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.seldon.ai/mlserver/runtimes/mllib.md).

# Spark MlLib

This package provides a MLServer runtime compatible with Spark MLlib.

## Usage

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

```bash
pip install mlserver mlserver-mllib
```

For further information on how to use MLServer with Spark MLlib, you can check out the [MLServer repository](https://github.com/SeldonIO/MLServer).
