·
72 commits
to refs/heads/master
since this release
This is a maintenance release for RedisAI 1.2
Update urgency: Medium
Headlines:
This release improves overall stability and provides fixes for issues found after the previous release.
Details
Minor enhancements:
- Add AI.CONFIG GET sub-command (#918, #924)
- Backends update - TF 2.8, PyTorch 1.11, ONNXRuntime 1.11 (#914, #915, #917)
- Enable saving model/script run statistics when execution occurs from low-level API (by using RedisGears integration in particular), and retrieving the statistics with AI.INFO command (#904)
- Restore support for MacOS build scripts (#897)
- Removed support for Linux Xenial (#893)
Bugfixes:
- Fix a synchronization issue regarding update the number of background threads, that caused (rarely) a crash upon executing models in ONNX (#923)