SeldonIO / tempo

MLOps Python Library
https://tempo.readthedocs.io/en/latest/
Apache License 2.0
114 stars 21 forks source link

Remove Deployer class #179

Open ukclivecox opened 3 years ago

ukclivecox commented 3 years ago

The Deployer class is no longer needed as these methods have been made global and are not called via a runtime.

https://github.com/SeldonIO/tempo/blob/29e08c4cc717a5fb61028e9e7b183aa2460d4f6f/tempo/serve/base.py#L335-L362