Skip to content

v1.2-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@DvirDukhan DvirDukhan released this 16 Feb 13:24
· 756 commits to 1.2 since this release
1267bf1

This is the first release candidate for RedisAI v1.2!

Headlines:

  • #482 DAG performance enhancement: Auto-batching support for MODELRUN commands inside a DAG Added DAG general timeout.
  • #489 Execute Redis commands in TorchScript. This capability enables, but not limited, to convert data residing in Redis (or modules) data structures into tensors to be fed to the model as well as store script results in Redis data structures. Scripts can be run in DAG's.
  • #511, #537, #547, #556 Allow async model, script and DAG run via low-level API. This capability will allow other modules to call RedisAI. For example a module that hold time series data, can call RedisAI directly for anomaly detection.

Details:

  • Minor enhancements:

    • #566 TensorFlow 2.4, Pytorch 1.7, ONNXRuntime 1.6.
    • #499 Allow setting number of inter/intra op threads in Torch backend.
    • #529 Expose model definitions for inputs and outputs in MODELGET command.
    • #530 Expose Redis/RedisAI main thread cpu usage.
    • #540 Reuse memory in TENSORSET command.
    • #580 Expose backend version on AI.INFO
    • #581 Cache tensor length.
  • Bugfixes:

    • #488 Handle short reads during RDB load.
    • #538 Handle binary strings as tensor names.
    • #462, #553 Handle memory leaks.
    • #558 erroneous replies for invalid MODELGET commands.

Notes:
This is not the GA version of 1.2. The version inside Redis will be 10201 or 1.2.1 in semantic versioning. Since the version of a module in Redis is numeric, we could not add an RC1 flag.