MLflow runtime for MLServer
Project description
MLflow runtime for MLServer
This package provides a MLServer runtime compatible with MLflow models.
Usage
You can install the runtime, alongside mlserver
, as:
pip install mlserver mlserver-mlflow
Content Types
The MLflow inference runtime introduces a new dict
content type, which
decodes an incoming V2 request as a dictionary of
tensors.
This is useful for certain MLflow-serialised models, which will expect that the
model inputs are serialised in this format.
The `dict` content type can be _stacked_ with other content types, like
[`np`](../../docs/user-guide/content-type).
This allows the user to use a different set of content types to decode each of
the dict entries.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mlserver_mlflow-1.7.1.tar.gz
(8.5 kB
view details)
Built Distribution
File details
Details for the file mlserver_mlflow-1.7.1.tar.gz
.
File metadata
- Download URL: mlserver_mlflow-1.7.1.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.10.17 Linux/6.11.0-1015-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
161c40f9fa8a9f5eef40feca0397d2fef93c7b31c94b18540b0d9e2cd0739bb6
|
|
MD5 |
a9a053ffe0b8243b8064c802a811aaa8
|
|
BLAKE2b-256 |
71fd0c48cf4c50241b6ebf7decfb4643e589c3697dd82c722b6d531f77c46e8e
|
File details
Details for the file mlserver_mlflow-1.7.1-py3-none-any.whl
.
File metadata
- Download URL: mlserver_mlflow-1.7.1-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.10.17 Linux/6.11.0-1015-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4a8620edb6a6e808316db85ada4d23b4aee5f3dc6722c4af7e8457fc9fef9f0b
|
|
MD5 |
d3f153e570f412f4290078a48f87244c
|
|
BLAKE2b-256 |
da60f2882616e893ce32f78a48f571b7f96a994dd5ea5786a356c5b946515e58
|