v0.2.0
Pre-release
Pre-release
nebullvm 0.2.0 Release Notes
The nebullvm 0.2.0 is major release implementing new important features and fixing some bugs.
New Features
- Support for dynamic shapes for both the PyTorch and TensorFlow interfaces
- Support for Transformer models built using the HuggingFace framework
- Add ONNXRuntime to the supported backends for optimized models
- New README, updated with benchmarks on SOTA models for both NLP and Computer Vision
Bug fixed
- Fix error in the tensorflow API preventing the usage of the
optimize_tf_model
function
Contributors
- Diego Fiori (@morgoth95)
- Emile Courthoud (@emilecourthoud)