Skip to content

Releases: jpmorganchase/inference-server

Release 1.2.2

12 Apr 10:13
cd0e2ec
Compare
Choose a tag to compare

Added Frequently Asked Questions section to the documentation

Release 1.2.1

21 Mar 10:17
977571f
Compare
Choose a tag to compare

Updated API reference documentation

Release 1.2.0

20 Mar 16:08
4c58a1c
Compare
Choose a tag to compare

Added the high-level testing function inference_server.testing.predict() .

See https://inference-server.readthedocs.io/en/latest/testing.html#testing-model-predictions-high-level-api

Release 1.1.0

06 Feb 12:39
33bac58
Compare
Choose a tag to compare

Support AWS SageMaker Batch Transform inference mode. Expose an /execution-parameters endpoint, configurable through 3 new plugin hooks.

See https://inference-server.readthedocs.io/en/stable/batch_transform.html

Release 1.0.7

04 Oct 15:34
45b4e27
Compare
Choose a tag to compare

Support for Python 3.12

Release 1.0.6

15 Sep 12:22
3d8cd17
Compare
Choose a tag to compare

Documentation configuration updates only.

Release 1.0.5

04 Jul 10:04
b7c92db
Compare
Choose a tag to compare

Log invocation timings

Release 1.0.4

28 Jun 09:19
fe62aa1
Compare
Choose a tag to compare

Updated documentation to compare inference-server with Amazon's SageMaker Inference Toolkit.

Release 1.0.3

10 May 16:11
d16dd15
Compare
Choose a tag to compare

Test pipeline improvements

Release 1.0.2

10 May 12:38
f05cc92
Compare
Choose a tag to compare

Added documentation on testing