v0.1.2
版本发布时间: 2022-03-02 01:09:24
nebuly-ai/optimate最新发布版本:chatllama0.0.4(2023-03-27 21:47:20)
nebullvm 0.1.2 Release Notes
The nebullvm 0.1.2 is maintenance release fixing few bugs and implementing new features.
New Features
- Support for the TorchScript API when optimising with ApacheTVM compiler.
Bug fixed
- The learners optimised with OpenVino now do not raise
KeyError
s at prediction time anymore. - The learners optimised with ApacheTVM can be saved and loaded multiple times. Previously, trying to save a loaded model ended up in raising an error.
- Fix bug in the auto-installer feature due to incompatibilities between Tensorflow 2.8 and OpenVino
- Modify the behaviour of
MultiCompilerOptimizer
avoiding errors due to the pickling of C-related files.
Contributors
- Diego Fiori (@morgoth95)