v0.6.0
Pre-release
Pre-release
nebullvm 0.6.0 Release Notes
This release of Nebullvm modifies the structure of the library. Nebullvm library is transformed into a framework which can be used for building Apps for AI optimization. The end-to-end optimization tool is moved into speedster, an App built using nebullvm as underlying framework.
New Features
- The API for model optimization has been moved in
app/accelerate/speedster
. - The
optimize_model
function innebullvm
has been deprecated. It will be removed in the next major release. - Added support for windows platforms.
speedster 0.0.1 Release Notes
Speedster is the new library replacing the previous nebullvm API optimizing DL models in a single line of code. Speedster keeps the same interface as the previous nebullvm API.
New Features
- Model optimization API moved into speedster. Now it is possible to import the
optimize_model
function runningfrom speedster import optimize_model
.
Contributors
- Diego Fiori (@morgoth95)
- Valerio Sofi (@valeriosofi)