Skip to content

Commit

Permalink
SinaraML Lib 2.1.1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
MerelyOneMax1986 authored Dec 22, 2023
1 parent 51ef34a commit 781acdd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ Following topics addresses these kind of changes.
3. Unnecessary default_param_values removed from the 'interface' cell.

[Migration Guide to the Sinara Lib version 1.1.2](https://github.com/4-DS/sinara/blob/main/SINARA_1.1.2_MIGRATION_GUIDE.md)

## Version 2.1.1
1. BentoArchive class has been moved to bentoml folder. Please, consider to change import in your code:
```from sinara.bentoml_artifacts import BentoArchive``` to ```from sinara.bentoml.bento_archive import BentoArchive```
2. Added code to support BentoService profiles, in particular ONNX profile. Now Docker image with ONNX model can be created for production.
3. Methods **save_bentoservice** and **load_bentoservice** can not be called in one notebook due to terchical realization details.

0 comments on commit 781acdd

Please sign in to comment.