Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 541 Bytes

File metadata and controls

19 lines (10 loc) · 541 Bytes

modelhouse

Why?

The purpose of modelhouse is to make it easy to distribute models to workers on cloud.

With modelhouse, you can store and load your models from different storage backends (Google Cloud Storage, AWS S3, local). modelhouse also provides model caching, which can significantly reduce model loading time while keeping memory utilization low.

Installation

pip install modelhouse

Documentation

For documentation, please visit https://modelhouse.readthedocs.io/en/latest/

Getting started

TODO