Skip to content

Releases: RedisAI/redis-inference-optimization

0.3.1 Beta Release

22 Jun 16:56
d28350a
Compare
Choose a tag to compare
0.3.1 Beta Release Pre-release
Pre-release

Release fixes #148. Docker container failed loading libgomp.

0.3.0 Beta Release

20 Jun 08:49
fb12cee
Compare
Choose a tag to compare
0.3.0 Beta Release Pre-release
Pre-release
  • Added functionality
    • #141 PyTorch 1.1 support
    • #138 ONNXRuntime support. This comes with an example Jupyter notebook #139
  • Minor Bugfixes:
    • #127 Crash on MODELRUN if INPUTS/OUTPUTS names are not present in the TF graph
    • #125 Segfault on RDBSave if buffer is freed
    • #108 Memory leak in queuePush
  • Notes for GPU Mode:
    • Tensorflow (1.12.0) and PyTorch (1.1.0) require CUDA 9.0.
    • ONNXRuntime (0.4.0) requires CUDA 9.1

0.2.1 Preview Release

06 Apr 16:22
Compare
Choose a tag to compare
0.2.1 Preview Release Pre-release
Pre-release

This is a hotfix for v0.2.0 that fixes a silent bug when adding params to the run context, which would manifest when inputs or outputs exceed PARAM_INITIAL_SIZE.

0.2.0 Preview Release

27 Mar 11:32
bdb4082
Compare
Choose a tag to compare
0.2.0 Preview Release Pre-release
Pre-release

This is the preview release of RedisAI. Includes support for Tensorflow, Pytorch and TorchScript

v0.1.0 Beta Release

05 Mar 18:39
cd4fbe4
Compare
Choose a tag to compare
v0.1.0 Beta Release Pre-release
Pre-release

This is the first beta release of RedisAI. Please check the docs on redisai.io

0.1.0-beta1

03 Mar 12:31
6ae98ea
Compare
Choose a tag to compare
0.1.0-beta1 Pre-release
Pre-release
Return single-line error in response. Free err details with RM_Free. …

0.1.0-alpha1

20 Jan 11:54
cf90ebe
Compare
Choose a tag to compare
0.1.0-alpha1 Pre-release
Pre-release
Add patches