Skip to content

v0.3.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@diegofiori diegofiori released this 28 Jun 23:36
· 685 commits to main since this release
06fc486

nebullvm 0.3.1 Release Notes

We are pleased to announce that we have added the option to run nebullvm from a Docker container. We provide both a Docker image on Docker Hub and the Dockerfile code to produce the Docker container directly from the latest version of the source code.

New Features

  • Add Dockerfile and upload docker images on Docker Hub.
  • Implement new backend for the Tensorflow API running on top of TensorFlow and TFLite.
  • Implement new backend for the PyTorch API running on top of TorchScript.

Bug fixed

  • Fix bug with TensorRT in the Tensorflow API.
  • Fix bug with OpenVino 2.0 not using the quantization on intel devices.

Contributors