Skip to content

BentoML-0.7.6

Compare
Choose a tag to compare
@parano parano released this 15 May 01:44

What's New?

  • Added Spacy Support, contributed by @spotter (#641)
  • Support custom s3_endpoint_url in BentoML’s model registry component(YataiService) (#656)
  • YataiService client can now connect via secure gRPC (#650)

Improvements & Bug Fixes

  • Micro-batching server performance optimization & troubleshoot back pressure (#630)
  • [YataiService] Included postgreSQL required dependency in the YataiService docker image by default
  • [Documentation] New fastest example project
  • [Bug Fix] Fixed overwriting pip_dependencies specified through @env (#657 #642)

Internal:

  • [Benchmark] released newly updated benchmark notebook with latest changes in micro batching server
  • [Benchmark] notebook updates and count dropped requests (#645)
  • [e2e test] Added e2e test using dockerized YataiService gRPC server