Releases: vanvalenlab/kiosk-tf-serving
Releases · vanvalenlab/kiosk-tf-serving
0.6.0
0.5.0
0.4.0
0.3.0
0.3.0
Features
- Split the original Docker container into 2, (a configuration file writer container and a model server container) to reduce overall image size. (#35)
Bugfixes
- Updated the server container to only include configuration files if the option is turned on, preventing any conflicts. (#35)
Breaking Changes
- Splitting the containers is not backward-compatible, and any downstream uses will be affected. To run the model server, the configuration files must be pre-created and mounted.
0.2.1 Upgrade tf-serving base to 1.15.0
1.15.0
is the final 1.x
release for tensorflow-serving
. This version supports all of the default models for deepcell.org.
0.2.0 Upgrade tf-serving base to 1.14.0
upgrade to tensorflow-serving 1.14.0 (#28)
TFS with model and batching configs
Add MonitoringConfigWriter and BatchingConfigWriter (#25) * create ConfigWriter base class, refactor TFServingConfigWriter to ModelConfigWriter * add BatchConfigWriter and MonitoringConfigWriter to the writers module * pass environment variables to argparser, call a function for each config file type