v13.1: latest ov & ort library, new models
- Update openvino to openvinotoolkit/openvino@b0ffec4 , improved support for RIFE in both
OV_CPU
andOV_GPU
. (benchmark on arc a380) - Fix a typo in vsmlrt.py's
__all__
. - Added parameter
num_threads
in theOV_CPU
backend - Update onnxruntime to microsoft/onnxruntime@8ed3dfe.
- Default value of
workspace
of the TRT backend will be changed toNone
in the next release, anduse_cudnn
will be changed toFalse
.
the following models can be found on external models:
- Add support for waifu2x
swin_unet
models. - Add support for
ensemble
configuration of RIFE. (RIFE v2 acceleration is experimental and may results in reduced quality onTRT
backend with fp16 enabled.)
Note
- Backend
OV_GPU
may produces reduced precision output. This is under investigation.