Skip to content

v0.4.0

Choose a tag to compare

@mike0sv mike0sv released this 17 Feb 12:42
· 110 commits to master since this release
  • Implemented asyncio-based server via aiohttp library
  • Implemented support for Tensorflow 2.x models
  • Changed default type of base python docker image to "slim"
  • Added description and params fields to Model. description is a text field and params is a dict with arbitrary keys
  • Fixed bug with building docker image with different python version that the Model was created with