BentoML-0.6.3
New Features:
- Automatically discover all pip dependencies via
@env(auto_pip_dependencies=True)
- CLI command auto-completion support
Beta Features:
Contact us via Slack for early access and documentation related to these features.
- Adaptive micro-batching in BentoML API server, including performance tracing and benchmark
- Standalone YataiService gRPC server for model management and deployment
Improvements & Bug fixes
- Improved end-to-end tests, covering entire BentoML workflow
- Fixed issues with using YataiService with PostgreSQL databases as storage
bentoml delete
command now supports deleting multiple BentoService at once, seebentoml delete --help