github SeldonIO/MLServer 1.6.0

latest releases: 1.7.1, 1.7.1.rc1, 1.7.0...
17 months ago

Overview

Upgrades

MLServer supports Pydantic V2.

Features

MLServer supports streaming data to and from your models.

Streaming support is available for both the REST and gRPC servers:

  • for the REST server is limited only to server streaming. This means that the client sends a single request to the server, and the server responds with a stream of data.
  • for the gRPC server is available for both client and server streaming. This means that the client sends a stream of data to the server, and the server responds with a stream of data.

See our docs and example for more details.

What's Changed

New Contributors

Full Changelog: 1.5.0...1.6.0

Don't miss a new MLServer release

NewReleases is sending notifications on new releases.