Skip to content

BentoML-0.6.3

Compare
Choose a tag to compare
@parano parano released this 05 Mar 23:11
fd65a62

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, see bentoml delete --help