Skip to content

v0.3.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@diegofiori diegofiori released this 19 Jul 11:16
· 679 commits to main since this release
596a27a

nebullvm 0.3.2 Release Notes

Minor release for maintenance purposes. It fixes bugs and generally improves the code stability.

New Features

  • In the Pytorch framework, whenever input data is provided for optimization, the model converter also uses it during the conversion of the model to onnx, instead of using the data only at the stage of applying the "precision reduction techniques."

Bug fixed

  • Fix bug with OpenVino 2.0 not working with 1-dimensional arrays.
  • Fix bug while using TensorRT engine which was returning cpu-tensors also when input tensors where on GPU.
  • Fix requirements conflicts on Intel CPUs due to an old numpy version required by OpenVino.

Contributors