You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
Version 2.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
Added code to support BentoService profiles, in particular ONNX profile. Now Docker image with ONNX model can be created for production.
Methods save_bentoservice and load_bentoservice can not be called in one notebook due to technical realization details.
If step.XXX.py ended up with the message: "Exception while deleting Spark temp dir: /tmp/spark-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX java.nio.file.NoSuchFileException: /tmp/spark-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX, it is normal behaviour and it can be fixed by running: rm -f /tmp/spark-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX