Skip to content

BentoML-0.4.4

Compare
Choose a tag to compare
@parano parano released this 14 Oct 23:58
bbfb79b

New Features:

  • Support for both Keras and tensorflow.keras module in KerasModelArtifact
  • New serialization option for KerasModelArtifact that stores model in json and weights files (by @ghunkins )
  • bentoml list deployments provides clean table outputs now
  • Support for AWS S3 based BentoML repository (Beta)

Bug fixes:

  • Fixed error with old click version #335
  • Fixed REST API Server issue on Windows platform #333